All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.vaccess.WorkingEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.as400.vaccess.WorkingEvent

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

Constructor Index

 o WorkingEvent(Object)
Constructs a WorkingEvent object.

Constructors

 o WorkingEvent
 public WorkingEvent(Object source)
Constructs a WorkingEvent object.

Parameters:
source - The source of the event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index