|
Remote Systems v6.4.1 |
||||||||||
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
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
Object |
getGrandParent()
Returns the grandparent of the object source. |
Object[] |
getMultiSource()
For multi-target events, return the array of source targets. |
Viewer |
getOriginatingViewer()
Get the originating viewer. |
Object |
getParent()
Returns the parent of the object source. |
int |
getPosition()
Return the position value. |
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. |
Item |
getViewerItem()
Get the viewer Item of the currently selected object. |
void |
setOriginatingViewer(Viewer viewer)
Set the originating viewer. |
void |
setParent(Object parent)
Set the parent |
void |
setPosition(int position)
Set the position value. |
void |
setRelativePrevious(Object previousObject)
For relative add events, set the previous node this is being added after |
void |
setType(int type)
Set the type |
void |
setViewerItem(Item item)
Set the viewer Item of the currently selected object. |
Field Detail |
public static final String copyright
Method Detail |
public Object getSource()
EventObject
public Object[] getMultiSource()
public Object getParent()
public void setParent(Object parent)
public Object getGrandParent()
public int getPosition()
public void setPosition(int position)
position
- zero-based position to insert the new item. A negative number indicates an append operationpublic Object getRelativePrevious()
public void setRelativePrevious(Object previousObject)
public int getType()
ISystemResourceChangeEvents
public void setType(int type)
ISystemResourceChangeEvents
public void setOriginatingViewer(Viewer viewer)
public Viewer getOriginatingViewer()
public void setViewerItem(Item item)
public Item getViewerItem()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |