|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.Observable
|
+--com.enderak.procol.common.util.EnhancedObservable
Extends Observable to add forced notifications
| Constructor Summary | |
EnhancedObservable()
|
|
| Method Summary | |
void |
forceNotify()
Forces this object's changed flag to be set and notification to be sent to all Observers |
void |
forceNotify(java.lang.Object arg)
Forces this object's changed flag to be set and notification to be sent to all Observers, with an Object argument |
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EnhancedObservable()
| Method Detail |
public void forceNotify()
public void forceNotify(java.lang.Object arg)
arg - Object argument to pass to notifyObservers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||