Remote Systems
v6.4.1

com.ibm.etools.systems.model
Interface ISystemRemoteChangeEvents

All Known Implementing Classes:
SystemRemoteChangeEvent

public interface ISystemRemoteChangeEvents

The event IDs sent when remote resources in the model change


Field Summary
static String copyright
           
static int SYSTEM_REMOTE_RESOURCE_CHANGED
          Event Type: a remote resource was changed
static int SYSTEM_REMOTE_RESOURCE_CREATED
          Event Type: a remote resource was added
static int SYSTEM_REMOTE_RESOURCE_DELETED
          Event Type: a remote resource was removed
static int SYSTEM_REMOTE_RESOURCE_RENAMED
          Event Type: a remote resource was renamed
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_CREATED

public static final int SYSTEM_REMOTE_RESOURCE_CREATED
Event Type: a remote resource was added

See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_DELETED

public static final int SYSTEM_REMOTE_RESOURCE_DELETED
Event Type: a remote resource was removed

See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_CHANGED

public static final int SYSTEM_REMOTE_RESOURCE_CHANGED
Event Type: a remote resource was changed

See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_RENAMED

public static final int SYSTEM_REMOTE_RESOURCE_RENAMED
Event Type: a remote resource was renamed

See Also:
Constant Field Values

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.