|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.cosmos.rm.repository.internal.operations.OperationEvent
public class OperationEvent
An operation event is used to notify listeners of events that interrupt the normal flow of an operation.
| Field Summary | |
|---|---|
java.lang.Object |
data
The data field may/may not be set based on the specific event type |
boolean |
doit
Used to interrupt the import operation |
static OperationEvent |
opeartionEvent
A static instance of this class that is available for clients to use. |
byte |
type
Indicates the event type |
static byte |
TYPE_MISSING_STRUCTURE
This type of an event is used to indicate that a required structure for the import operation is missing. |
static byte |
TYPE_OVERWRITE
The overwrite operation event. |
| Constructor Summary | |
|---|---|
OperationEvent()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte TYPE_OVERWRITE
public static final byte TYPE_MISSING_STRUCTURE
String This event notification can be used
to display a user warning.
public static OperationEvent opeartionEvent
public byte type
public boolean doit
public java.lang.Object data
| Constructor Detail |
|---|
public OperationEvent()
|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||