planet.symphony.listeners
Class JoinListener

java.lang.Object
  extended by planet.symphony.listeners.JoinListener
All Implemented Interfaces:
MessageListener

public class JoinListener
extends java.lang.Object
implements MessageListener


Constructor Summary
JoinListener(SymphonyNode node)
           
 
Method Summary
 void onMessage(RouteMessage msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinListener

public JoinListener(SymphonyNode node)
Method Detail

onMessage

public void onMessage(RouteMessage msg)
Specified by:
onMessage in interface MessageListener