Remote Systems
v6.4.1

com.ibm.etools.systems.model
Interface ISystemModelChangeEvents

All Known Implementing Classes:
SystemModelChangeEvent, SystemRegistryImpl

public interface ISystemModelChangeEvents

The event IDs sent when local resources in the RSE model change. You should monitor for these events in your view if you display any of the resource types listed here.

To monitor, implement interface ISystemModelChangeListener and call SystemRegistry.addSystemModelChangeListener(ISystemModelChangeListener) and in your dispose method, call SystemRegistry.removeSystemModelChangeListener(ISystemModelChangeListener).

If you are interesting in firing model change events, see SystemRegistry.fireModelChangeEvent(int, int, Object, String).


Field Summary
static String copyright
           
static int SYSTEM_RESOURCE_ADDED
          Event Type: a resource was added
static int SYSTEM_RESOURCE_ALL_RELOADED
          Event Type: all resource were reloaded from the workspace: you need to refresh your viewer!
static int SYSTEM_RESOURCE_CHANGED
          Event Type: a resource was changed
static int SYSTEM_RESOURCE_REMOVED
          Event Type: a resource was removed
static int SYSTEM_RESOURCE_RENAMED
          Event Type: a resource was renamed
static int SYSTEM_RESOURCE_REORDERED
          Event Type: a resource was reordered relative to its siblings
static int SYSTEM_RESOURCETYPE_ALL
          Resource Type: ALL.
static int SYSTEM_RESOURCETYPE_COMPILECMD
          Resource Type: compile command
static int SYSTEM_RESOURCETYPE_CONNECTION
          Resource Type: connection
static int SYSTEM_RESOURCETYPE_FILTER
          Resource Type: filter
static int SYSTEM_RESOURCETYPE_FILTERPOOL
          Resource Type: filter pool
static int SYSTEM_RESOURCETYPE_FILTERPOOLREF
          Resource Type: filter pool reference.
static int SYSTEM_RESOURCETYPE_NAMEDTYPE
          Resource Type: named type, which are used in user actions
static int SYSTEM_RESOURCETYPE_PROFILE
          Resource Type: profile
static int SYSTEM_RESOURCETYPE_SUBSYSTEM
          Resource Type: subsystem
static int SYSTEM_RESOURCETYPE_USERACTION
          Resource Type: user action
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

SYSTEM_RESOURCE_ADDED

public static final int SYSTEM_RESOURCE_ADDED
Event Type: a resource was added

See Also:
Constant Field Values

SYSTEM_RESOURCE_REMOVED

public static final int SYSTEM_RESOURCE_REMOVED
Event Type: a resource was removed

See Also:
Constant Field Values

SYSTEM_RESOURCE_CHANGED

public static final int SYSTEM_RESOURCE_CHANGED
Event Type: a resource was changed

See Also:
Constant Field Values

SYSTEM_RESOURCE_RENAMED

public static final int SYSTEM_RESOURCE_RENAMED
Event Type: a resource was renamed

See Also:
Constant Field Values

SYSTEM_RESOURCE_REORDERED

public static final int SYSTEM_RESOURCE_REORDERED
Event Type: a resource was reordered relative to its siblings

See Also:
Constant Field Values

SYSTEM_RESOURCE_ALL_RELOADED

public static final int SYSTEM_RESOURCE_ALL_RELOADED
Event Type: all resource were reloaded from the workspace: you need to refresh your viewer! This is fired after the user selects the Reload RSE action in the Team view, after recieving files from the repository.

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_PROFILE

public static final int SYSTEM_RESOURCETYPE_PROFILE
Resource Type: profile

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_CONNECTION

public static final int SYSTEM_RESOURCETYPE_CONNECTION
Resource Type: connection

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_SUBSYSTEM

public static final int SYSTEM_RESOURCETYPE_SUBSYSTEM
Resource Type: subsystem

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_FILTERPOOL

public static final int SYSTEM_RESOURCETYPE_FILTERPOOL
Resource Type: filter pool

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_FILTERPOOLREF

public static final int SYSTEM_RESOURCETYPE_FILTERPOOLREF
Resource Type: filter pool reference. These are what subsystems contain... references to filter pools.

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_FILTER

public static final int SYSTEM_RESOURCETYPE_FILTER
Resource Type: filter

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_USERACTION

public static final int SYSTEM_RESOURCETYPE_USERACTION
Resource Type: user action

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_NAMEDTYPE

public static final int SYSTEM_RESOURCETYPE_NAMEDTYPE
Resource Type: named type, which are used in user actions

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_COMPILECMD

public static final int SYSTEM_RESOURCETYPE_COMPILECMD
Resource Type: compile command

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_ALL

public static final int SYSTEM_RESOURCETYPE_ALL
Resource Type: ALL. Used with SYSTEM_RESOURCE_ALL_RELOADED

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.