Package org.teamapps.uisession
Interface UiSessionListener
public interface UiSessionListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonClosed(String sessionId, UiSessionClosingReason reason) Additional state change callback method for sessions that got closed, but with a reason code.default voidonStateChanged(String sessionId, UiSessionState state) default voiddefault void
-
Method Details
-
onUiEvent
-
onUiQuery
-
onStateChanged
-
onClosed
Additional state change callback method for sessions that got closed, but with a reason code. Note that this will be executed AFTERonStateChanged(String, UiSessionState).
-