com.ibm.as400.vaccess

Class VObjectEvent

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

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

    public class VObjectEvent
    extends java.util.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

      Constructors 
      Constructor and Description
      VObjectEvent(java.lang.Object source, VObject object)
      Deprecated. 
      Constructs a VObjectEvent object.
      VObjectEvent(java.lang.Object source, VObject object, VNode parent)
      Deprecated. 
      Constructs a VObjectEvent object.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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(java.lang.Object source,
                    VObject object)
        Deprecated. 
        Constructs a VObjectEvent object.
        Parameters:
        source - The event source.
        object - The affected system resource.
      • VObjectEvent

        public VObjectEvent(java.lang.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.