Uses of Interface
org.resilientedge.jockey.peer.MessageListener

Packages that use MessageListener
com.resilientedge.jockey.peer   
com.resilientedge.jockey.test   
org.resilientedge.jockey.peer   
 

Uses of MessageListener in com.resilientedge.jockey.peer
 

Methods in com.resilientedge.jockey.peer with parameters of type MessageListener
 void MessageBrokerImpl.addMessageListener(AppToken app, MessageListener listener)
          Add a listener that wishes to receive message notifications.
 void MessageBrokerImpl.removeMessageListener(AppToken app, MessageListener listener)
          Remove an entity from the list of those interested in messages notifications.
 

Uses of MessageListener in com.resilientedge.jockey.test
 

Classes in com.resilientedge.jockey.test that implement MessageListener
 class ZJockeyAppTest
          Main entry point for the peerbridge subsystem.
 

Uses of MessageListener in org.resilientedge.jockey.peer
 

Methods in org.resilientedge.jockey.peer with parameters of type MessageListener
 void MessageBroker.addMessageListener(AppToken app, MessageListener listener)
          Add a listener that wishes to receive message notifications.
 void MessageBroker.removeMessageListener(AppToken app, MessageListener listener)
          Remove an entity from the list of those interested in messages notifications.
 



Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.