com.ibm.as400.vaccess

Class 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
    • 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.