|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.EventObject
oracle.ide.vcs.VCSEvent
public class VCSEvent
Event class for filesystem-level events relating to the VCS.
| Field Summary | |
|---|---|
static int |
FILE_CREATEDThe event type for when files were created. |
static int |
FILE_DELETEDThe event type for when files were deleted. |
static int |
FILE_MODIFIEDThe event type for when files were modified. |
static int |
FILE_STRUCTURE_CHANGEDThe event type for when the file structure changed. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
VCSEvent(java.lang.Object source, java.net.URL[] urls, int eventType)Constructor. |
|
| Method Summary | |
|---|---|
int |
getEventType()Gets the event type that occurred. |
java.net.URL[] |
getURLs()Gets the URLs associated with this VCS event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public VCSEvent(java.lang.Object source,
java.net.URL[] urls,
int eventType)
source - the event source.urls - the URLs for the event.eventType - the event type.| Method Detail |
|---|
public java.net.URL[] getURLs()
public int getEventType()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||