public class VCSEvent
extends java.util.EventObject
| Modifier and Type | Field and Description | 
|---|---|
static int | 
FILE_CREATED
The event type for when files were created. 
 | 
static int | 
FILE_DELETED
The event type for when files were deleted. 
 | 
static int | 
FILE_MODIFIED
The event type for when files were modified. 
 | 
static int | 
FILE_STRUCTURE_CHANGED
The event type for when the file structure changed. 
 | 
| Constructor and Description | 
|---|
VCSEvent(java.lang.Object source,
        java.net.URL[] urls,
        int eventType)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getEventType()
Gets the event type that occurred. 
 | 
java.net.URL[] | 
getURLs()
Gets the URLs associated with this VCS event. 
 | 
public static final int FILE_CREATED
public static final int FILE_DELETED
public static final int FILE_MODIFIED
public static final int FILE_STRUCTURE_CHANGED