|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISystemRemoteChangeEvents
The event IDs sent when remote resources in the model change These IDs are used when creating ISystemRemoteChangeEvent objects.
| Field Summary | |
|---|---|
static int |
SYSTEM_REMOTE_RESOURCE_CHANGED
Event Type: a remote resource was changed The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known. |
static int |
SYSTEM_REMOTE_RESOURCE_CREATED
Event Type: a remote resource was added The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known. |
static int |
SYSTEM_REMOTE_RESOURCE_DELETED
Event Type: a remote resource was removed The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known. |
static int |
SYSTEM_REMOTE_RESOURCE_RENAMED
Event Type: a remote resource was renamed The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known. |
| Field Detail |
|---|
static final int SYSTEM_REMOTE_RESOURCE_CREATED
static final int SYSTEM_REMOTE_RESOURCE_DELETED
static final int SYSTEM_REMOTE_RESOURCE_CHANGED
static final int SYSTEM_REMOTE_RESOURCE_RENAMED
|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||