public abstract class CVSEvent extends EventObject
source
Constructor and Description |
---|
CVSEvent(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.
|
getSource, toString
public CVSEvent(Object source)
source
- the object that is logically the source of the eventprotected abstract void fireEvent(CVSListener listener)
listener
- the event listenerCopyright © 2016. All rights reserved.