public static interface TcrSession.Observer
Modifier and Type | Method and Description |
---|---|
void |
onEvent(TcrSession.Event event,
java.lang.Object eventData)
This will be called when some event happened in the session.
|
void onEvent(TcrSession.Event event, java.lang.Object eventData)
event
- TcrSession.Event
.eventData
- The data relative to the event.