Uses of Interface
com.croftsoft.core.util.pubsub.Subscriber

Packages that use Subscriber
com.croftsoft.core.util.pubsub Publish-and-subscribe message and event propagation. 
 

Uses of Subscriber in com.croftsoft.core.util.pubsub
 

Subinterfaces of Subscriber in com.croftsoft.core.util.pubsub
 interface Publisher
          An interface for publish-and-subscribe publishers.
 

Classes in com.croftsoft.core.util.pubsub that implement Subscriber
 class ArrayPublisher
          A synchronous Publisher implementation backed by a Subscriber array.
 

Methods in com.croftsoft.core.util.pubsub with parameters of type Subscriber
 boolean Publisher.addSubscriber(Subscriber subscriber)
           
 boolean ArrayPublisher.addSubscriber(Subscriber subscriber)
           
 boolean Publisher.removeSubscriber(Subscriber subscriber)
           
 boolean ArrayPublisher.removeSubscriber(Subscriber subscriber)
           
 

Constructors in com.croftsoft.core.util.pubsub with parameters of type Subscriber
ArrayPublisher(ExceptionHandler exceptionHandler, Subscriber[] subscribers)
           
 


CroftSoft Javadoc

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