RSE
Release 3.4

org.eclipse.rse.core.events
Interface ISystemRemoteChangeEvents


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 String SYSTEM_REMOTE_OPERATION_COPY
          Indicates that the event is for a copy operation
static String SYSTEM_REMOTE_OPERATION_CREATE
          Indicates that the event is for a create operation
static String SYSTEM_REMOTE_OPERATION_DELETE
          Indicates that the event is for a delete operation
static String SYSTEM_REMOTE_OPERATION_MOVE
          Indicates that the event is for a move operation
static String SYSTEM_REMOTE_OPERATION_RENAME
          Indicates that the event is for a rename operation
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_DOWNLOADED
          Event Type: a remote resource was downloaded 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 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.
static int SYSTEM_REMOTE_RESOURCE_UPLOADED
          Event Type: a remote resource was uploaded 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 resourceParent - the remote resource's parent object, or absolute name, if that is known.
 

Field Detail

SYSTEM_REMOTE_RESOURCE_CREATED

static final int SYSTEM_REMOTE_RESOURCE_CREATED
Event Type: a remote resource was added The event stores the following event parameters:

See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_DELETED

static final int SYSTEM_REMOTE_RESOURCE_DELETED
Event Type: a remote resource was removed The event stores the following event parameters:

See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_CHANGED

static final int SYSTEM_REMOTE_RESOURCE_CHANGED
Event Type: a remote resource was changed The event stores the following event parameters:

See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_RENAMED

static final int SYSTEM_REMOTE_RESOURCE_RENAMED
Event Type: a remote resource was renamed The event stores the following event parameters:

See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_UPLOADED

static final int SYSTEM_REMOTE_RESOURCE_UPLOADED
Event Type: a remote resource was uploaded The event stores the following event parameters:

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_DOWNLOADED

static final int SYSTEM_REMOTE_RESOURCE_DOWNLOADED
Event Type: a remote resource was downloaded The event stores the following event parameters:

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

SYSTEM_REMOTE_OPERATION_DELETE

static final String SYSTEM_REMOTE_OPERATION_DELETE
Indicates that the event is for a delete operation

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

SYSTEM_REMOTE_OPERATION_RENAME

static final String SYSTEM_REMOTE_OPERATION_RENAME
Indicates that the event is for a rename operation

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

SYSTEM_REMOTE_OPERATION_CREATE

static final String SYSTEM_REMOTE_OPERATION_CREATE
Indicates that the event is for a create operation

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

SYSTEM_REMOTE_OPERATION_MOVE

static final String SYSTEM_REMOTE_OPERATION_MOVE
Indicates that the event is for a move operation

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

SYSTEM_REMOTE_OPERATION_COPY

static final String SYSTEM_REMOTE_OPERATION_COPY
Indicates that the event is for a copy operation

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.