public class SessionDataDelegator extends AbstractMessageDelegator<com.jme3.network.HostedConnection>
| Constructor and Description |
|---|
SessionDataDelegator(java.lang.Class delegateType,
java.lang.String attributeName,
boolean automap)
Creates a MessageListener that will forward mapped message types
to methods of an object specified as a HostedConnection attribute.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getSourceDelegate(com.jme3.network.HostedConnection source) |
protected void |
miss(com.jme3.network.HostedConnection source) |
allowName, automap, findDelegate, getMessageType, getMessageTypes, getMethod, isValidMethod, map, map, map, messageReceivedpublic SessionDataDelegator(java.lang.Class delegateType,
java.lang.String attributeName,
boolean automap)
Methods of the following signatures are allowed:
protected void miss(com.jme3.network.HostedConnection source)
protected java.lang.Object getSourceDelegate(com.jme3.network.HostedConnection source)
getSourceDelegate in class AbstractMessageDelegator<com.jme3.network.HostedConnection>