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