|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.net.rapidnetworkmanager.handlers.NetworkedContentMessageProcessor
public class NetworkedContentMessageProcessor
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 |
---|
public NetworkedContentMessageProcessor(ContentSystem contentSystem)
contentSystem
- the content systemMethod Detail |
---|
public void addNetworkedContentListener(NetworkedContentMessageProcessor.NetworkedContentListener listener)
listener
- the listenerpublic void process(java.lang.Object obj)
MessageProcessor
process
in interface MessageProcessor
obj
- the objpublic void removeNetworkedContentListeners()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |