|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.objectwave.event.StatusManager
Intended to be used as a generic shared event dispatcher.
| Nested Class Summary | |
static class |
StatusManager.Test
|
| Constructor Summary | |
StatusManager()
|
|
| Method Summary | |
void |
addStatusEventListener(StatusEventListener l)
|
void |
fireStatusEvent(java.lang.Object source,
java.lang.String text)
Convience method to fire an informational status event. |
void |
fireStatusEvent(StatusEvent evt)
|
static void |
fireStatusEvent(java.lang.String text)
The MOST convient method in the bunch. |
static StatusManager |
getDefaultManager()
Gets the DefaultManager attribute of the StatusManager class |
void |
removeStatusEventListener(StatusEventListener l)
Description of the Method |
static void |
setDefaultManager(StatusManager gr)
Sets the DefaultManager attribute of the StatusManager class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StatusManager()
| Method Detail |
public void addStatusEventListener(StatusEventListener l)
l - The feature to be added to the StatusEventListener attributepublic void fireStatusEvent(StatusEvent evt)
evt - Description of Parameter
public void fireStatusEvent(java.lang.Object source,
java.lang.String text)
source - Description of Parametertext - Description of Parameterpublic void removeStatusEventListener(StatusEventListener l)
l - Description of Parameterpublic static void setDefaultManager(StatusManager gr)
gr - The new DefaultManager valuepublic static StatusManager getDefaultManager()
public static void fireStatusEvent(java.lang.String text)
text - Description of Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||