Uses of Class
org.bushe.swing.event.PublicationStatus

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 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.
 

Methods in org.bushe.swing.event with parameters of type PublicationStatus
 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 © 2011 Bushe Enterprises, Inc.. All Rights Reserved.