Uses of Class
org.evrete.api.SessionLifecycleListener.Event
-
Packages that use SessionLifecycleListener.Event Package Description org.evrete.api -
-
Uses of SessionLifecycleListener.Event in org.evrete.api
Methods in org.evrete.api that return SessionLifecycleListener.Event Modifier and Type Method Description static SessionLifecycleListener.EventSessionLifecycleListener.Event. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionLifecycleListener.Event[]SessionLifecycleListener.Event. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.evrete.api with parameters of type SessionLifecycleListener.Event Modifier and Type Method Description voidSessionLifecycleListener. onEvent(SessionLifecycleListener.Event evt)
-