Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.vcs
Class VCSEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.ide.vcs.VCSEvent
All Implemented Interfaces:
java.io.Serializable

public class VCSEvent
extends java.util.EventObject

Event class for filesystem-level events relating to the VCS.

Since:
10.1.3.0.3
See Also:
Serialized Form

Field Summary
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.
 
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

FILE_CREATED

public static final int FILE_CREATED
The event type for when files were created.

See Also:
Constant Field Values

FILE_DELETED

public static final int FILE_DELETED
The event type for when files were deleted.

See Also:
Constant Field Values

FILE_MODIFIED

public static final int FILE_MODIFIED
The event type for when files were modified.

See Also:
Constant Field Values

FILE_STRUCTURE_CHANGED

public static final int FILE_STRUCTURE_CHANGED
The event type for when the file structure changed.

See Also:
Constant Field Values
Constructor Detail

VCSEvent

public VCSEvent(java.lang.Object source,
                java.net.URL[] urls,
                int eventType)
Constructor.

Parameters:
source - the event source.
urls - the URLs for the event.
eventType - the event type.
Method Detail

getURLs

public java.net.URL[] getURLs()
Gets the URLs associated with this VCS event.

Returns:
an array of associated URLs.

getEventType

public int getEventType()
Gets the event type that occurred.

Returns:
the event type.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.