|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |