Package org.evrete.api
Interface SessionLifecycleListener
-
- All Superinterfaces:
EventListener
public interface SessionLifecycleListener extends EventListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSessionLifecycleListener.Event
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(SessionLifecycleListener.Event evt)
-
-
-
Method Detail
-
onEvent
void onEvent(SessionLifecycleListener.Event evt)
-
-