net.sf.bus
Interface MessageBusSubscriber


public interface MessageBusSubscriber

A Subscriber receives callbacks when they have subscribed to a channel for a particular message type (or subtype) and an optional filter.

Version:
$Revision: 1.3 $
Author:
James Higginbotham

Method Summary
 void receiveMessage(java.lang.Object message)
          The callback method when a message is received that matches the subscription criteria
 

Method Detail

receiveMessage

public void receiveMessage(java.lang.Object message)
The callback method when a message is received that matches the subscription criteria
Parameters:
message - an Object that contains the message


This code may be freely distributed and modified under the terms of the GNU Lesser General Public Licence..