|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.network.rmi.ObjectStore.ServerEventHandler
public class ObjectStore.ServerEventHandler
Constructor Summary | |
---|---|
ObjectStore.ServerEventHandler()
|
Method Summary | |
---|---|
void |
connectionAdded(Server server,
HostedConnection conn)
Called when a connection has been added to the specified server and is fully setup. |
void |
connectionRemoved(Server server,
HostedConnection conn)
Called when a connection has been removed from the specified server. |
void |
messageReceived(HostedConnection source,
Message m)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectStore.ServerEventHandler()
Method Detail |
---|
public void messageReceived(HostedConnection source, Message m)
messageReceived
in interface MessageListener<HostedConnection>
public void connectionAdded(Server server, HostedConnection conn)
ConnectionListener
connectionAdded
in interface ConnectionListener
public void connectionRemoved(Server server, HostedConnection conn)
ConnectionListener
connectionRemoved
in interface ConnectionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |