|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface of event sent when a remote system resource changes.
These events are mainly for internal use. BPs/ISVs should instead
fire and monitor for ISystemModelChangeEvent.
ISystemResourceChangeEvents| Method Summary | |
Object |
getGrandParent()
Returns the grandparent of the object source. |
Object[] |
getMultiSource()
For multi-target events, return the array of source targets. |
Object |
getParent()
Returns the parent of the object source. |
int |
getPosition()
Return the position value for adding a new item. |
Object |
getRelativePrevious()
For relative add events, return the previous node this is being added after. |
Object |
getSource()
Returns an object identifying the source of this event. |
int |
getType()
Returns the type of the event. |
void |
setParent(Object parent)
Set the parent object of this event. |
void |
setPosition(int position)
Set the position value for adding a new item. |
void |
setRelativePrevious(Object previousObject)
For relative add events, set the previous node this is being added after. |
void |
setType(int type)
Set the type of this event |
| Method Detail |
public Object getSource()
EventObjectpublic Object[] getMultiSource()
public Object getParent()
null if not applicable.public void setParent(Object parent)
parent - the parent object.public Object getGrandParent()
public int getPosition()
public void setPosition(int position)
position - zero-based position to insert the new item.public Object getRelativePrevious()
public void setRelativePrevious(Object previousObject)
previousObject - the object after which to add the new object.public int getType()
ISystemResourceChangeEventspublic void setType(int type)
type - a type that is one of the constants in ISystemResourceChangeEvents.ISystemResourceChangeEvents
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||