Class MessageListenerRegistry<S>

java.lang.Object
com.jme3.network.base.MessageListenerRegistry<S>
All Implemented Interfaces:
MessageListener<S>

public class MessageListenerRegistry<S> extends Object implements MessageListener<S>
Keeps track of message listeners registered to specific types or to any type.
  • Constructor Details

    • MessageListenerRegistry

      public MessageListenerRegistry()
  • Method Details