| Interface | Description |
|---|---|
| CVSListener |
This interface must be implemented by clients wishing to receive events
describing the results of commands.
|
| Class | Description |
|---|---|
| BinaryMessageEvent |
An event sent from the server to indicate that a binary message should be
displayed to the user.
|
| CVSAdapter |
A convenience class for implementing the CVSListener.
|
| CVSEvent |
The base class of all events that are generated by the CVS library.
|
| EnhancedMessageEvent |
An event sent from the server to indicate that a message should be
displayed to the user
|
| EventManager |
This class is responsible for firing CVS events to registered listeners.
|
| FileAddedEvent |
Indicates that a file has been added.
|
| FileInfoEvent |
This event is created when file information is received from the
server.
|
| FileRemovedEvent |
Indicates that a file has been removed.
|
| FileToRemoveEvent |
Indicates that a file is to be removed.
|
| FileUpdatedEvent |
Indicates that an existing file has been updated.
|
| MessageEvent |
An event sent from the server to indicate that a message should be
displayed to the user
|
| ModuleExpansionEvent |
This event is really intended only for the use in the Checkout command.
|
| TerminationEvent |
An event sent from the server to indicate that a the output from the server
has ended for the current command
|