com.jme3.network
インタフェース ConnectionListener

既知の実装クラスの一覧:
ObjectStore.ServerEventHandler

public interface ConnectionListener

Listener that is notified about connection arrivals and removals within a server.


メソッドの概要
 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.
 

メソッドの詳細

connectionAdded

void connectionAdded(Server server,
                     HostedConnection conn)
Called when a connection has been added to the specified server and is fully setup.


connectionRemoved

void connectionRemoved(Server server,
                       HostedConnection conn)
Called when a connection has been removed from the specified server.