Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.view.objtable
Interface IISeriesTableViewResourceChangeEvent


public interface IISeriesTableViewResourceChangeEvent

Interface of event sent when a remote system resource changes.

See Also:
com.ibm.etools.systems.model.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

Copyright

static final String Copyright
See Also:
Constant Field Values

EVENT_DELETE

static final int EVENT_DELETE
The event is a single resource deletion.

See Also:
Constant Field Values

EVENT_RENAME

static final int EVENT_RENAME
The event is a resource rename.

See Also:
Constant Field Values

EVENT_REFRESH

static final int EVENT_REFRESH
The event is a resource move within the same children set

See Also:
Constant Field Values

EVENT_CHANGE

static final int EVENT_CHANGE
The event is a resource change.

See Also:
Constant Field Values

EVENT_PROPERTY_CHANGE

static final int EVENT_PROPERTY_CHANGE
The event is a resource property change.

See Also:
Constant Field Values

EVENT_COPY

static final int EVENT_COPY
The event is a resource copy.

See Also:
Constant Field Values

EVENT_MOVE

static final int EVENT_MOVE
The event is a resource move.

See Also:
Constant Field Values

EVENT_LIBL_REFRESH

static final int EVENT_LIBL_REFRESH
The event is a change to *LIBL. Source = name of library added or removed or moved. Parent = cmd subsystem affected.

See Also:
Constant Field Values
Method Detail

getSource

Object getSource()
Returns an object identifying the source of this event.

Returns:
an object identifying the source of this event
See Also:
EventObject

getParent

Object getParent()
Returns the parent of the object source. Only quaranteed to be set for additions and deletions.

Returns:
an object identifying the parent of the source of this event

setParent

void setParent(Object parent)
Set the parent


getType

int getType()
Returns the type of the event.

Returns:
a type that is one of the constants in this interface
See Also:
com.ibm.etools.systems.model.ISystemResourceChangeEvents

setType

void setType(int type)
Set the type

See Also:
com.ibm.etools.systems.model.ISystemResourceChangeEvents

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.