Package | Description |
---|---|
org.bushe.swing.event |
The main package, provides publish/subscribe services for Swing and non-Swing applications.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
CleanupEvent(CleanupEvent.Status status,
int totalWeakRefsAndProxies,
Integer numStaleSubscribersCleaned) |
Copyright © 2013 Bushe Enterprises, Inc.. All Rights Reserved.