synergynetframework.appsystem.services.net.rapidnetworkmanager.handlers
Class NetworkedContentMessageProcessor

java.lang.Object
  extended by synergynetframework.appsystem.services.net.rapidnetworkmanager.handlers.NetworkedContentMessageProcessor
All Implemented Interfaces:
MessageProcessor

public class NetworkedContentMessageProcessor
extends java.lang.Object
implements MessageProcessor

The Class NetworkedContentMessageProcessor.


Nested Class Summary
static interface NetworkedContentMessageProcessor.NetworkedContentListener
          The listener interface for receiving networkedContent events.
 
Constructor Summary
NetworkedContentMessageProcessor(ContentSystem contentSystem)
          Instantiates a new networked content message processor.
 
Method Summary
 void addNetworkedContentListener(NetworkedContentMessageProcessor.NetworkedContentListener listener)
          Adds the networked content listener.
 void process(java.lang.Object obj)
          Process.
 void removeNetworkedContentListeners()
          Removes the networked content listeners.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkedContentMessageProcessor

public NetworkedContentMessageProcessor(ContentSystem contentSystem)
Instantiates a new networked content message processor.

Parameters:
contentSystem - the content system
Method Detail

addNetworkedContentListener

public void addNetworkedContentListener(NetworkedContentMessageProcessor.NetworkedContentListener listener)
Adds the networked content listener.

Parameters:
listener - the listener

process

public void process(java.lang.Object obj)
Description copied from interface: MessageProcessor
Process.

Specified by:
process in interface MessageProcessor
Parameters:
obj - the obj

removeNetworkedContentListeners

public void removeNetworkedContentListeners()
Removes the networked content listeners.