|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.netbeans.lib.cvsclient.event.CVSEvent
public abstract class CVSEvent
The base class of all events that are generated by the CVS library. Specialisations of this class give more details about the event.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
CVSEvent(java.lang.Object source)
Construct a CVS event. |
Method Summary | |
---|---|
protected abstract void |
fireEvent(CVSListener listener)
Fire the event to the event listener. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CVSEvent(java.lang.Object source)
source
- the object that is logically the source of the eventMethod Detail |
---|
protected abstract void fireEvent(CVSListener listener)
listener
- the event listener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |