Uses of Class
org.netbeans.lib.cvsclient.event.CVSEvent

Packages that use CVSEvent
org.netbeans.lib.cvsclient.event   
 

Uses of CVSEvent in org.netbeans.lib.cvsclient.event
 

Subclasses of CVSEvent in org.netbeans.lib.cvsclient.event
 class BinaryMessageEvent
          An event sent from the server to indicate that a binary message should be displayed to the user.
 class EnhancedMessageEvent
          An event sent from the server to indicate that a message should be displayed to the user
 class FileAddedEvent
          Indicates that a file has been added.
 class FileInfoEvent
          This event is created when file information is received from the server.
 class FileRemovedEvent
          Indicates that a file has been removed.
 class FileToRemoveEvent
          Indicates that a file is to be removed.
 class FileUpdatedEvent
          Indicates that an existing file has been updated.
 class MessageEvent
          An event sent from the server to indicate that a message should be displayed to the user
 class ModuleExpansionEvent
          This event is really intended only for the use in the Checkout command.
 class TerminationEvent
          An event sent from the server to indicate that a the output from the server has ended for the current command
 

Methods in org.netbeans.lib.cvsclient.event with parameters of type CVSEvent
 void EventManager.fireCVSEvent(CVSEvent e)
          Fire a CVSEvent to all the listeners
 


 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.