|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Field Summary | |
---|---|
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_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_PROFILE
Resource Type: profile |
static int |
SYSTEM_RESOURCETYPE_SUBSYSTEM
Resource Type: subsystem |
Field Detail |
---|
static final int SYSTEM_RESOURCE_ADDED
static final int SYSTEM_RESOURCE_REMOVED
static final int SYSTEM_RESOURCE_CHANGED
static final int SYSTEM_RESOURCE_RENAMED
static final int SYSTEM_RESOURCE_REORDERED
static final int SYSTEM_RESOURCE_ALL_RELOADED
static final int SYSTEM_RESOURCETYPE_PROFILE
static final int SYSTEM_RESOURCETYPE_CONNECTION
static final int SYSTEM_RESOURCETYPE_SUBSYSTEM
static final int SYSTEM_RESOURCETYPE_FILTERPOOL
static final int SYSTEM_RESOURCETYPE_FILTERPOOLREF
static final int SYSTEM_RESOURCETYPE_FILTER
static final int SYSTEM_RESOURCETYPE_ALL
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |