org.netbeans.lib.cvsclient.event
Class FileRemovedEvent
java.lang.Object
java.util.EventObject
org.netbeans.lib.cvsclient.event.CVSEvent
org.netbeans.lib.cvsclient.event.FileRemovedEvent
- All Implemented Interfaces:
- Serializable
public class FileRemovedEvent
- extends CVSEvent
Indicates that a file has been removed.
- Author:
- Robert Greig
- See Also:
- Serialized Form
Field Summary |
protected String |
path
The path of the file that has been removed. |
path
protected String path
- The path of the file that has been removed.
FileRemovedEvent
public FileRemovedEvent(Object source,
String path)
- Construct a FileRemovedEvent
- Parameters:
source
- the source of the eventpath
- The path of the file that has been removed
getFilePath
public String getFilePath()
- Get the path of the file that has been removed.
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
Copyright © 2011. All Rights Reserved.