public class FileRemovedEvent extends CVSEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
path
The path of the file that has been removed.
|
source| Constructor and Description |
|---|
FileRemovedEvent(Object source,
String path)
Construct a FileRemovedEvent
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireEvent(CVSListener listener)
Fire the event to the event listener.
|
String |
getFilePath()
Get the path of the file that has been removed.
|
getSource, toStringprotected String path
public String getFilePath()
protected void fireEvent(CVSListener listener)
Copyright © 2013. All rights reserved.