| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
java.util.EventObject
      
oracle.jdeveloper.vcs.vop.VersionOperationModelEvent
public class VersionOperationModelEvent
Event object which contains details of notification message sent via the VersionOperationModelListener interface.
| 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 | 
|---|
public VersionOperationModelEvent(java.lang.Object source)
source - the source of the event.
public VersionOperationModelEvent(java.lang.Object source,
                                  int start,
                                  int end)
source - the source of the eventstart - the start model index for the eventend - the end model index for the event
public VersionOperationModelEvent(java.lang.Object source,
                                  int start,
                                  int end,
                                  boolean changing)
source - the source of the eventstart - the start model index for the eventend - the end model index for the eventchanging - whether the model is still changing.| Method Detail | 
|---|
public int getStart()
public int getEnd()
public boolean isChanging()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||