public class ObjectMessageDelegator<S extends com.jme3.network.MessageConnection> extends AbstractMessageDelegator<S>
| Constructor and Description |
|---|
ObjectMessageDelegator(java.lang.Object delegate,
boolean automap)
Creates a MessageListener that will forward mapped message types
to methods of the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getSourceDelegate(com.jme3.network.MessageConnection source) |
allowName, automap, findDelegate, getMessageType, getMessageTypes, getMethod, isValidMethod, map, map, map, messageReceivedpublic ObjectMessageDelegator(java.lang.Object delegate,
boolean automap)
Methods of the following signatures are allowed:
protected java.lang.Object getSourceDelegate(com.jme3.network.MessageConnection source)
getSourceDelegate in class AbstractMessageDelegator<S extends com.jme3.network.MessageConnection>