com.ibm.as400.vaccess

Class WorkingEvent

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

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

    public class WorkingEvent
    extends java.util.EventObject
    The WorkingEvent class represents an event that signals that a model is working on a request. This is useful for graphical user interfaces that need to give the user some feedback that work is being done.
    See Also:
    WorkingListener, WorkingCursorAdapter, Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor and Description
      WorkingEvent(java.lang.Object source)
      Deprecated. 
      Constructs a WorkingEvent object.
    • Method Summary

      • 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

      • WorkingEvent

        public WorkingEvent(java.lang.Object source)
        Deprecated. 
        Constructs a WorkingEvent object.
        Parameters:
        source - The source of the event.