|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemModelChangeEvent
A change event passed to you when listening for RSE model changes. Note these are post-events, sent after the fact.
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 . |
Method Detail |
---|
int getEventType()
ISystemModelChangeEvents.SYSTEM_RESOURCE_ADDED
.
ISystemModelChangeEvents
int getResourceType()
ISystemModelChangeEvents.SYSTEM_RESOURCETYPE_CONNECTION
.
ISystemModelChangeEvents
Object getResource()
String getOldName()
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |