|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PublicationStatus | |
|---|---|
| org.bushe.swing.event | The main package, provides publish/subscribe services for Swing and non-Swing applications. |
| Uses of PublicationStatus in org.bushe.swing.event |
|---|
| Methods in org.bushe.swing.event that return PublicationStatus | |
|---|---|
PublicationStatus |
PublicationStatusTracker.getPublicationStatus()
Implementations of this method must be made thread safe. |
PublicationStatus |
AbstractEventServiceEvent.getPublicationStatus()
|
static PublicationStatus |
PublicationStatus.valueOf(java.lang.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. |
| Methods in org.bushe.swing.event with parameters of type PublicationStatus | |
|---|---|
void |
PublicationStatusTracker.setPublicationStatus(PublicationStatus status)
Implementations of this method must be made thread safe. |
void |
AbstractEventServiceEvent.setPublicationStatus(PublicationStatus status)
|
protected void |
ThreadSafeEventService.setStatus(PublicationStatus status,
java.lang.Object event,
java.lang.String topic,
java.lang.Object eventObj)
Called during publication to set the status on an event. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||