com.jme3.network.base
Class DefaultServer.Redispatch

java.lang.Object
  extended by com.jme3.network.base.DefaultServer.Redispatch
All Implemented Interfaces:
MessageListener<HostedConnection>
Enclosing class:
DefaultServer

protected class DefaultServer.Redispatch
extends java.lang.Object
implements MessageListener<HostedConnection>


Constructor Summary
protected DefaultServer.Redispatch()
           
 
Method Summary
 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

DefaultServer.Redispatch

protected DefaultServer.Redispatch()
Method Detail

messageReceived

public void messageReceived(HostedConnection source,
                            Message m)
Specified by:
messageReceived in interface MessageListener<HostedConnection>