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

Packages that use CleanupEvent.Status
org.bushe.swing.event The main package, provides publish/subscribe services for Swing and non-Swing applications. 
 

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(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 are declared.
 

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



Copyright © 2011 Bushe Enterprises, Inc.. All Rights Reserved.