Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.vcs.vop
Class VersionOperationModelEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.jdeveloper.vcs.vop.VersionOperationModelEvent
All Implemented Interfaces:
java.io.Serializable

public class VersionOperationModelEvent
extends java.util.EventObject

Event object which contains details of notification message sent via the VersionOperationModelListener interface.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
VersionOperationModelEvent(java.lang.Object source)
          Construct a version operation model event with no further information.
VersionOperationModelEvent(java.lang.Object source, int start, int end)
          Construct a version operation model event with a specified start and end model index.
VersionOperationModelEvent(java.lang.Object source, int start, int end, boolean changing)
          Construct a version operation model event with a specified start and end model index.
 
Method Summary
 int getEnd()
          Get the last model index affeted by the event.
 int getStart()
          Get the first model index affected by the event.
 boolean isChanging()
          Asks whether the model is still changing.
 
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
 

Constructor Detail

VersionOperationModelEvent

public VersionOperationModelEvent(java.lang.Object source)
Construct a version operation model event with no further information.

Parameters:
source - the source of the event.

VersionOperationModelEvent

public VersionOperationModelEvent(java.lang.Object source,
                                  int start,
                                  int end)
Construct a version operation model event with a specified start and end model index.

Parameters:
source - the source of the event
start - the start model index for the event
end - the end model index for the event

VersionOperationModelEvent

public VersionOperationModelEvent(java.lang.Object source,
                                  int start,
                                  int end,
                                  boolean changing)
Construct a version operation model event with a specified start and end model index.

Parameters:
source - the source of the event
start - the start model index for the event
end - the end model index for the event
changing - whether the model is still changing.
Method Detail

getStart

public int getStart()
Get the first model index affected by the event.

Returns:
a model index.

getEnd

public int getEnd()
Get the last model index affeted by the event.

Returns:
a model index.

isChanging

public boolean isChanging()
Asks whether the model is still changing.

Returns:
a verdict on whether the model is still changing.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

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