Package org.netbeans.lib.cvsclient.event

Interface Summary
CVSListener This interface must be implemented by clients wishing to receive events describing the results of commands.
 

Class Summary
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.
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
 



Built on December 18 2007.  |  Portions Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.