Class PVPUpdateManager.UpdateRequest
- java.lang.Object
-
- de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager.UpdateRequest
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- PVPUpdateManager
protected class PVPUpdateManager.UpdateRequest extends Object implements Runnable
The UpdateRequest is attached to the SWT Default thread responsible for UI updates. Updates must be sent from that thread, as only that thread can correctly perform graphical updates.
-
-
Constructor Summary
Constructors Constructor Description UpdateRequest()
Call the update manager asynchronously.
-