Package com.jme3.network.service
Class HostedServiceManager.ConnectionObserver
java.lang.Object
com.jme3.network.service.HostedServiceManager.ConnectionObserver
- All Implemented Interfaces:
- ConnectionListener
- Enclosing class:
- HostedServiceManager
protected class HostedServiceManager.ConnectionObserver
extends Object
implements ConnectionListener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconnectionAdded(Server server, HostedConnection hc) Called when a connection has been added to the specified server and is fully setup.voidconnectionRemoved(Server server, HostedConnection hc) Called when a connection has been removed from the specified server.
- 
Constructor Details- 
ConnectionObserverprotected ConnectionObserver()
 
- 
- 
Method Details- 
connectionAddedDescription copied from interface:ConnectionListenerCalled when a connection has been added to the specified server and is fully setup.- Specified by:
- connectionAddedin interface- ConnectionListener
 
- 
connectionRemovedDescription copied from interface:ConnectionListenerCalled when a connection has been removed from the specified server.- Specified by:
- connectionRemovedin interface- ConnectionListener
 
 
-