com.ibm.as400.vaccess
Class VObjectEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.ibm.as400.vaccess.VObjectEvent
All Implemented Interfaces:
Serializable

Deprecated. Use Java Swing instead, along with the classes in package com.ibm.as400.access

public class VObjectEvent
extends EventObject

The VObjectEvent class represents an event that is fired when a system resource is changed, created, or deleted.

See Also:
VObjectListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
VObjectEvent(Object source, VObject object)
          Deprecated. Constructs a VObjectEvent object.
VObjectEvent(Object source, VObject object, VNode parent)
          Deprecated. Constructs a VObjectEvent object.
 
Method Summary
 VObject getObject()
          Deprecated. Returns the affected system resource.
 VNode getParent()
          Deprecated. Returns the parent of the affected system resource.
 boolean isDuringLoad()
          Deprecated.  
 
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
 

Constructor Detail

VObjectEvent

public VObjectEvent(Object source,
                    VObject object)
Deprecated. 
Constructs a VObjectEvent object.

Parameters:
source - The event source.
object - The affected system resource.

VObjectEvent

public VObjectEvent(Object source,
                    VObject object,
                    VNode parent)
Deprecated. 
Constructs a VObjectEvent object.

Parameters:
source - The event source.
object - The affected system resource.
parent - The parent of the affected system resource. This is only relevant for object created events.
Method Detail

getObject

public VObject getObject()
Deprecated. 
Returns the affected system resource.

Returns:
The system resource.

getParent

public VNode getParent()
Deprecated. 
Returns the parent of the affected system resource. This is only relevant for object created events.

Returns:
The parent, or null if none was set.

isDuringLoad

public boolean isDuringLoad()
Deprecated.