|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.wf.UIUpdater
public class UIUpdater
This class can be used by a Swing Worker implementation.
Executes the UI requests (see IRequest
).
Constructor Summary | |
---|---|
UIUpdater(Requests requests,
boolean qryWasSuccess)
Creates a new instance. |
Method Summary | |
---|---|
void |
close()
Free all resources. |
void |
run()
Execute the requests. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIUpdater(Requests requests, boolean qryWasSuccess)
objects
- The items, if any.requests
- The requests to be executed.qryWasSuccess
- Indicates if the task requesting the UI update was successful.Method Detail |
---|
public void close()
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |