iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.core
Class ISeriesTableViewResourceChangeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ibm.etools.iseries.core.ISeriesTableViewResourceChangeEvent
All Implemented Interfaces:
IISeriesTableViewResourceChangeEvent, Serializable

public class ISeriesTableViewResourceChangeEvent
extends EventObject
implements IISeriesTableViewResourceChangeEvent

See Also:
Serialized Form

Field Summary
static String Copyright
           
 
Fields inherited from class java.util.EventObject
source
 
Fields inherited from interface com.ibm.etools.iseries.core.IISeriesTableViewResourceChangeEvent
EVENT_CHANGE, EVENT_COPY, EVENT_DELETE, EVENT_LIBL_REFRESH, EVENT_MOVE, EVENT_PROPERTY_CHANGE, EVENT_REFRESH, EVENT_RENAME
 
Constructor Summary
ISeriesTableViewResourceChangeEvent(Object source, int type, Object parent)
           
 
Method Summary
 Object getParent()
          Returns the parent of the object source.
 int getType()
          Returns the type of the event.
 void setParent(Object parent)
          Set the parent
 void setType(int type)
          Set the type
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.etools.iseries.core.IISeriesTableViewResourceChangeEvent
getSource
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

ISeriesTableViewResourceChangeEvent

public ISeriesTableViewResourceChangeEvent(Object source,
                                           int type,
                                           Object parent)
Method Detail

getParent

public Object getParent()
Description copied from interface: IISeriesTableViewResourceChangeEvent
Returns the parent of the object source. Only quaranteed to be set for additions and deletions.

Specified by:
getParent in interface IISeriesTableViewResourceChangeEvent
Returns:
an object identifying the parent of the source of this event

setParent

public void setParent(Object parent)
Set the parent

Specified by:
setParent in interface IISeriesTableViewResourceChangeEvent

getType

public int getType()
Description copied from interface: IISeriesTableViewResourceChangeEvent
Returns the type of the event.

Specified by:
getType in interface IISeriesTableViewResourceChangeEvent
Returns:
a type that is one of the constants in this interface
See Also:
ISystemResourceChangeEvents

setType

public void setType(int type)
Description copied from interface: IISeriesTableViewResourceChangeEvent
Set the type

Specified by:
setType in interface IISeriesTableViewResourceChangeEvent
See Also:
ISystemResourceChangeEvents

iSeries Remote Systems
v6.0.0

Copyright © 2005 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.