org.netbeans.lib.cvsclient.event
Class CVSEvent
java.lang.Object
java.util.EventObject
org.netbeans.lib.cvsclient.event.CVSEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BinaryMessageEvent, FileAddedEvent, FileInfoEvent, FileRemovedEvent, FileToRemoveEvent, FileUpdatedEvent, MessageEvent, ModuleExpansionEvent, TerminationEvent
public abstract class CVSEvent
- extends EventObject
The base class of all events that are generated by the CVS library.
Specialisations of this class give more details about the event.
- Author:
- Robert Greig
- See Also:
- Serialized Form
Method Summary |
protected abstract void |
fireEvent(CVSListener listener)
Fire the event to the event listener. |
CVSEvent
public CVSEvent(Object source)
- Construct a CVS event.
- Parameters:
source
- the object that is logically the source of the event
fireEvent
protected abstract void fireEvent(CVSListener listener)
- Fire the event to the event listener. Subclasses should call the
appropriate method on the listener to dispatch this event.
- Parameters:
listener
- the event listener
Copyright © 2011. All Rights Reserved.