|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A change event passed to you when listening for RSE model changes. Note these are post-events, sent after the fact.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
int |
getEventType()
Get the event type, such as ISystemModelChangeEvents.SYSTEM_RESOURCE_ADDED . |
String |
getOldName()
Get the old name of the resource, in the event of a resource rename. |
Object |
getResource()
Get the resource that this event applies to |
int |
getResourceType()
Get the resource type, such as ISystemModelChangeEvents.SYSTEM_RESOURCETYPE_CONNECTION . |
Field Detail |
public static final String copyright
Method Detail |
public int getEventType()
ISystemModelChangeEvents.SYSTEM_RESOURCE_ADDED
.
ISystemModelChangeEvents
public int getResourceType()
ISystemModelChangeEvents.SYSTEM_RESOURCETYPE_CONNECTION
.
ISystemModelChangeEvents
public Object getResource()
public String getOldName()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |