public interface DetailedSessionListener
SessionListener the events are not exposed remotely.| Modifier and Type | Method and Description |
|---|---|
void |
sessionEnded(Session session)
The session has ended.
|
void |
sessionEvent(Session session,
JVoiceXMLEvent event)
An event was sent over the
EventBus. |
void |
sessionStarted(Session session)
The session has started.
|
void sessionStarted(Session session)
session - the sessionvoid sessionEvent(Session session, JVoiceXMLEvent event)
EventBus.session - the sessionevent - the event with detailed datavoid sessionEnded(Session session)
session - the session