org.netbeans.lib.cvsclient.event
Class FileToRemoveEvent
java.lang.Object
java.util.EventObject
org.netbeans.lib.cvsclient.event.CVSEvent
org.netbeans.lib.cvsclient.event.FileToRemoveEvent
- All Implemented Interfaces:
- Serializable
public class FileToRemoveEvent
- extends CVSEvent
Indicates that a file is to be removed.
- Author:
- Martin Entlicher
- See Also:
- Serialized Form
Field Summary |
protected String |
path
The path of the file that is going to be removed. |
path
protected String path
- The path of the file that is going to be removed.
FileToRemoveEvent
public FileToRemoveEvent(Object source,
String path)
- Construct a FileRemovedEvent
- Parameters:
source
- the source of the eventpath
- The path of the file that is going to be removed
getFilePath
public String getFilePath()
- Get the path of the file that is going to be 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.