|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemResourceChangeEvent
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 |
---|
Object getSource()
EventObject
Object[] getMultiSource()
Object getParent()
null
if not applicable.void setParent(Object parent)
parent
- the parent object.Object getGrandParent()
int getPosition()
void setPosition(int position)
position
- zero-based position to insert the new item.Object getRelativePrevious()
void setRelativePrevious(Object previousObject)
previousObject
- the object after which to add the new object.int getType()
ISystemResourceChangeEvents
void setType(int type)
type
- a type that is one of the constants in ISystemResourceChangeEvents.ISystemResourceChangeEvents
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |