org.eclipse.rse.core.events
Interface ISystemModelChangeEvents
-
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
ISystemRegistry.addSystemModelChangeListener(ISystemModelChangeListener)
and in your dispose method, call
ISystemRegistry.removeSystemModelChangeListener(ISystemModelChangeListener)
.
If you are interesting in firing model change events, see
ISystemRegistry.fireModelChangeEvent(int, int, Object, String)
. These events will typically be signaled in an implementation of
ISystemRegistry.
SYSTEM_RESOURCE_ADDED
static final int SYSTEM_RESOURCE_ADDED
- Event Type: a resource was added
-
See Also:
-
Constant Field Values
SYSTEM_RESOURCE_REMOVED
static final int SYSTEM_RESOURCE_REMOVED
- Event Type: a resource was removed
-
See Also:
-
Constant Field Values
SYSTEM_RESOURCE_CHANGED
static final int SYSTEM_RESOURCE_CHANGED
- Event Type: a resource was changed
-
See Also:
-
Constant Field Values
SYSTEM_RESOURCE_RENAMED
static final int SYSTEM_RESOURCE_RENAMED
- Event Type: a resource was renamed
-
See Also:
-
Constant Field Values
SYSTEM_RESOURCE_REORDERED
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
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
static final int SYSTEM_RESOURCETYPE_PROFILE
- Resource Type: profile
-
See Also:
-
Constant Field Values
SYSTEM_RESOURCETYPE_CONNECTION
static final int SYSTEM_RESOURCETYPE_CONNECTION
- Resource Type: connection
-
See Also:
-
Constant Field Values
SYSTEM_RESOURCETYPE_SUBSYSTEM
static final int SYSTEM_RESOURCETYPE_SUBSYSTEM
- Resource Type: subsystem
-
See Also:
-
Constant Field Values
SYSTEM_RESOURCETYPE_FILTERPOOL
static final int SYSTEM_RESOURCETYPE_FILTERPOOL
- Resource Type: filter pool
-
See Also:
-
Constant Field Values
SYSTEM_RESOURCETYPE_FILTERPOOLREF
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
static final int SYSTEM_RESOURCETYPE_FILTER
- Resource Type: filter
-
See Also:
-
Constant Field Values
SYSTEM_RESOURCETYPE_ALL
static final int SYSTEM_RESOURCETYPE_ALL
- Resource Type: ALL. Used with SYSTEM_RESOURCE_ALL_RELOADED
-
See Also:
-
Constant Field Values
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.