planet.symphony.listeners
Class LookupListener

java.lang.Object
  extended byplanet.symphony.listeners.LookupListener
All Implemented Interfaces:
MessageListener

public class LookupListener
extends java.lang.Object
implements MessageListener


Constructor Summary
LookupListener(Id nodeId, Id key)
           
 
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

LookupListener

public LookupListener(Id nodeId,
                      Id key)
Method Detail

onMessage

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