Uses of Class
com.jme3.network.util.AbstractMessageDelegator
Packages that use AbstractMessageDelegator
-
Uses of AbstractMessageDelegator in com.jme3.network.util
Subclasses of AbstractMessageDelegator in com.jme3.network.utilModifier and TypeClassDescriptionclassObjectMessageDelegator<S extends MessageConnection>A MessageListener implementation that will forward messages to methods of a specified delegate object.classA MessageListener implementation that will forward messages to methods of a delegate specified as a HostedConnection session attribute.Methods in com.jme3.network.util that return AbstractMessageDelegatorModifier and TypeMethodDescriptionManually maps a specified method to the specified message type.Specifically maps the specified methods names, autowiring the parameters.