public class FileAddedEvent extends CVSEvent
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
path
The path of the file that has been added
|
Constructor and Description |
---|
FileAddedEvent(java.lang.Object source,
java.lang.String path)
Construct a FileAddedEvent
|
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 has been added
|
public FileAddedEvent(java.lang.Object source, java.lang.String path)
source
- the source of the eventpublic java.lang.String getFilePath()
protected void fireEvent(CVSListener listener)
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.