Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.hermes.broker
Interface MessageListener  view MessageListener download MessageListener.java

All Known Implementing Classes:
MessageRequestor

public interface MessageListener

Defines an interface for message listeners. A MessageListener is subscribed to a topic of an MessageBroker.


Method Summary
 void onMessage(Message message)
          Receives a message from the MessageBroker.
 

Method Detail

onMessage

public void onMessage(Message message)
Receives a message from the MessageBroker.