|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemRemoteChangeEvent
A change event passed to you when listening for remote resource changes. Note these are post-events, sent after the fact.
Method Summary | |
---|---|
int |
getEventType()
Get the event type, such as ISystemRemoteChangeEvents.SYSTEM_REMOTE_RESOURCE_CREATED . |
String[] |
getOldNames()
Get the old name(s) of the resource(s), in the event of a resource rename, move or copy. |
String |
getOperation()
Returns the operation of this event if it's not implied by the event itself. |
Object |
getResource()
Get the resource that this event applies to. |
Object |
getResourceParent()
Get the parent remote object for the affected remote object. |
ISubSystem |
getSubSystem()
Get the subsystem in which this resource resides. |
Method Detail |
---|
int getEventType()
ISystemRemoteChangeEvents.SYSTEM_REMOTE_RESOURCE_CREATED
.
ISystemRemoteChangeEvents
Object getResource()
Object getResourceParent()
null
if not applicable.String[] getOldNames()
null
if not applicable.ISubSystem getSubSystem()
String getOperation()
ISystemRemoteChangeEvents.SYSTEM_REMOTE_OPERATION_COPY
,
ISystemRemoteChangeEvents.SYSTEM_REMOTE_OPERATION_MOVE
|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |