Uses of Class
org.bushe.swing.event.CleanupEvent.Status

Packages that use CleanupEvent.Status
org.bushe.swing.event The EventBus provides publish/subscribe event services for a single JVM. 
 

Uses of CleanupEvent.Status in org.bushe.swing.event
 

Methods in org.bushe.swing.event that return CleanupEvent.Status
 CleanupEvent.Status CleanupEvent.getStatus()
           
static CleanupEvent.Status CleanupEvent.Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CleanupEvent.Status[] CleanupEvent.Status.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.bushe.swing.event with parameters of type CleanupEvent.Status
CleanupEvent(CleanupEvent.Status status, int totalWeakRefsAndProxies, java.lang.Integer numStaleSubscribersCleaned)