public interface ServerSessionEventListener
ServerSessionEventDispatcher.addListener(ServerSessionEventListener)
method to register for events.| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(Session session)
Notification event indicating that a server has connected with the server.
|
void |
sessionDestroyed(Session session)
A connected session of a server was destroyed.
|
void sessionCreated(Session session)
session - the connected session of a servervoid sessionDestroyed(Session session)
session - the connected session of a server.Copyright © 2003–2019 Ignite Realtime. All rights reserved.