public class FileToRemoveEvent extends CVSEvent
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
path
The path of the file that is going to be removed.
|
| Constructor and Description |
|---|
FileToRemoveEvent(java.lang.Object source,
java.lang.String path)
Construct a FileRemovedEvent
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireEvent(CVSListener listener)
Fire the event to the event listener.
|
java.lang.String |
getFilePath()
Get the path of the file that is going to be removed.
|
public FileToRemoveEvent(java.lang.Object source,
java.lang.String path)
source - the source of the eventpath - The path of the file that is going to be removedpublic java.lang.String getFilePath()
protected void fireEvent(CVSListener listener)
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.