Method Summary |
|
public void | addUpdateListener(IUpdateListener listener) Adds a listener. |
protected Collection | getUpdateListeners() Returns a Collection of IUpdateListener objects. |
protected void | invokeUpdateListeners() Invokes the updateDone() method of the registered IUpdateListener objects in the same thread. |
protected void | invokeUpdateListeners(EventObject eventObject) Invokes the updateDone() method of the registered IUpdateListener objects in the same thread. |
public void | quit() This clears the internal collection of listeners. |
public boolean | removeUpdateListener(IUpdateListener listener) Removes a listener.
Parameters: listener - the listener. |