public interface FSMListener
Listener to FSM changes on sessions:
Notice that
| Modifier and Type | Method and Description |
|---|---|
void |
onNewState(ContextInstance contextInstance) |
void |
onSessionEnd(ContextInstance contextInstance) |
void |
onSessionStarted(ContextInstance contextInstance) |
void onSessionStarted(ContextInstance contextInstance)
void onSessionEnd(ContextInstance contextInstance)
void onNewState(ContextInstance contextInstance)
Copyright © 2015. All rights reserved.