|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||