sk.uniba.euromath.document
Class DocumentListeners

java.lang.Object
  extended by sk.uniba.euromath.document.DocumentListeners

public final class DocumentListeners
extends Object

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.

Author:
Martin Vysny

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

addGeneralListener

public void addGeneralListener(IGeneralListener listener)
Registers the general listener.

Parameters:
listener - the listener to be registered.

removeGeneralListener

public void removeGeneralListener(IGeneralListener listener)
Removes the general listener.

Parameters:
listener - the listener to be removed.


Copyright © 2003-2006 null. All Rights Reserved.