|
iSeries Remote Systems v6.0.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.
ISystemResourceChangeEvents
Field Summary | |
---|---|
static String |
Copyright
|
static int |
EVENT_CHANGE
The event is a resource change. |
static int |
EVENT_COPY
The event is a resource copy. |
static int |
EVENT_DELETE
The event is a single resource deletion. |
static int |
EVENT_LIBL_REFRESH
The event is a change to *LIBL. |
static int |
EVENT_MOVE
The event is a resource move. |
static int |
EVENT_PROPERTY_CHANGE
The event is a resource property change. |
static int |
EVENT_REFRESH
The event is a resource move within the same children set |
static int |
EVENT_RENAME
The event is a resource rename. |
Method Summary | |
---|---|
Object |
getParent()
Returns the parent of the object source. |
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 |
void |
setType(int type)
Set the type |
Field Detail |
public static final String Copyright
public static final int EVENT_DELETE
public static final int EVENT_RENAME
public static final int EVENT_REFRESH
public static final int EVENT_CHANGE
public static final int EVENT_PROPERTY_CHANGE
public static final int EVENT_COPY
public static final int EVENT_MOVE
public static final int EVENT_LIBL_REFRESH
Method Detail |
public Object getSource()
EventObject
public Object getParent()
public void setParent(Object parent)
public int getType()
ISystemResourceChangeEvents
public void setType(int type)
ISystemResourceChangeEvents
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |