com.croftsoft.core.util.pubsub
Interface Subscriber

All Known Subinterfaces:
Publisher
All Known Implementing Classes:
ArrayPublisher

public interface Subscriber

An interface for publish-and-subscribe message recipients.

Since:
2002-01-29
Version:
2002-01-29
See Also:
Publisher
Author:
David Wallace Croft

Method Summary
 void receive(Object message)
           
 

Method Detail

receive

void receive(Object message)

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)