|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String copyright
public static final int SYSTEM_RESOURCE_ADDED
public static final int SYSTEM_RESOURCE_REMOVED
public static final int SYSTEM_RESOURCE_CHANGED
public static final int SYSTEM_RESOURCE_RENAMED
public static final int SYSTEM_RESOURCE_REORDERED
public static final int SYSTEM_RESOURCE_ALL_RELOADED
public static final int SYSTEM_RESOURCETYPE_PROFILE
public static final int SYSTEM_RESOURCETYPE_CONNECTION
public static final int SYSTEM_RESOURCETYPE_SUBSYSTEM
public static final int SYSTEM_RESOURCETYPE_FILTERPOOL
public static final int SYSTEM_RESOURCETYPE_FILTERPOOLREF
public static final int SYSTEM_RESOURCETYPE_FILTER
public static final int SYSTEM_RESOURCETYPE_USERACTION
public static final int SYSTEM_RESOURCETYPE_NAMEDTYPE
public static final int SYSTEM_RESOURCETYPE_COMPILECMD
public static final int SYSTEM_RESOURCETYPE_ALL
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |