public abstract class CVSEvent
extends java.util.EventObject
Constructor and Description |
---|
CVSEvent(java.lang.Object source)
Construct a CVS event.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
fireEvent(CVSListener listener)
Fire the event to the event listener.
|
public CVSEvent(java.lang.Object source)
source
- the object that is logically the source of the eventprotected abstract void fireEvent(CVSListener listener)
listener
- the event listenerBuilt on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.