Package | Description |
---|---|
org.bushe.swing.event |
The main package, provides publish/subscribe services for Swing and non-Swing applications.
|
Modifier and Type | Method and Description |
---|---|
PublicationStatus |
AbstractEventServiceEvent.getPublicationStatus() |
PublicationStatus |
PublicationStatusTracker.getPublicationStatus()
Implementations of this method must be made thread safe.
|
static PublicationStatus |
PublicationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicationStatus[] |
PublicationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEventServiceEvent.setPublicationStatus(PublicationStatus status) |
void |
PublicationStatusTracker.setPublicationStatus(PublicationStatus status)
Implementations of this method must be made thread safe.
|
protected void |
ThreadSafeEventService.setStatus(PublicationStatus status,
Object event,
String topic,
Object eventObj)
Called during publication to set the status on an event.
|
Copyright © 2013 Bushe Enterprises, Inc.. All Rights Reserved.