|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.document.DocumentListeners
public final class DocumentListeners
Manages the document listeners. All listeners must be equal only to itself in
order for them to be correctly placed into a Set
. Class is
not intended to be instantiated by clients.
Method Summary | |
---|---|
void |
addGeneralListener(IGeneralListener listener)
Registers the general listener. |
void |
removeGeneralListener(IGeneralListener listener)
Removes the general listener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void addGeneralListener(IGeneralListener listener)
listener
- the listener to be registered.public void removeGeneralListener(IGeneralListener listener)
listener
- the listener to be removed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |