SessionUpdatedListener Interface
public interface SessionUpdatedListener
Informs the application that a session has been updated with new information.
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
onSessionUpdated(SessionUpdatedEvent args)
Invoked when the event fires. |
Method Details
onSessionUpdated
public void onSessionUpdated(SessionUpdatedEvent args)
Invoked when the event fires.
Parameters:
args