|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.as400.vaccess.WorkingEvent
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.
WorkingListener,
WorkingCursorAdapter, Serialized Form| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
WorkingEvent(java.lang.Object source)
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 |
public WorkingEvent(java.lang.Object source)
source - The source of the event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||