com.ibm.as400.vaccess

Class WorkingEvent

  • All Implemented Interfaces:
    Serializable

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

    public class WorkingEvent
    extends 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
    • Constructor Detail

      • WorkingEvent

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