|
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 remote resource 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 ISystemRemoteChangeEvents.SYSTEM_REMOTE_RESOURCE_CREATED . |
String |
getOldName()
Get the old name of the resource, in the event of a resource rename. |
Viewer |
getOriginatingViewer()
Get the originating viewer from which this remote resource change event comes from. |
Object |
getResource()
Get the resource that this event applies to. |
Object |
getResourceParent()
Get the parent remote object for the affected remote object. |
SubSystem |
getSubSystem()
Get the subsystem in which this resource resides. |
Field Detail |
public static final String copyright
Method Detail |
public int getEventType()
ISystemRemoteChangeEvents.SYSTEM_REMOTE_RESOURCE_CREATED
.
ISystemRemoteChangeEvents
public Object getResource()
public Object getResourceParent()
public String getOldName()
public SubSystem getSubSystem()
public Viewer getOriginatingViewer()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |