org.netbeans.lib.cvsclient.event
Class FileRemovedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.netbeans.lib.cvsclient.event.CVSEvent
          extended byorg.netbeans.lib.cvsclient.event.FileRemovedEvent
All Implemented Interfaces:
java.io.Serializable

public class FileRemovedEvent
extends CVSEvent

Indicates that a file has been removed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FileRemovedEvent(java.lang.Object source)
          Construct a FileRemovedEvent
 
Method Summary
protected  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

FileRemovedEvent

public FileRemovedEvent(java.lang.Object source)
Construct a FileRemovedEvent

Parameters:
source - the source of the event
Method Detail

fireEvent

protected void fireEvent(CVSListener listener)
Fire the event to the event listener. Subclasses should call the appropriate method on the listener to dispatch this event.

Specified by:
fireEvent in class CVSEvent
Parameters:
listener - the event listener


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