com.ibm.as400.vaccess
Class WorkingEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ibm.as400.vaccess.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WorkingEvent(Object source)
          Deprecated. Constructs a WorkingEvent object.
 
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(Object source)
Deprecated. 
Constructs a WorkingEvent object.

Parameters:
source - The source of the event.