public interface UIAccessor
BackgroundWorker.getUIAccessor()| Modifier and Type | Method and Description |
|---|---|
void |
access(java.lang.Runnable runnable)
Provides exclusive access to UI state from outside a UI event handling thread.
|
void |
accessSynchronously(java.lang.Runnable runnable)
Locks the UI and runs the provided Runnable right away.
|
void access(java.lang.Runnable runnable)
runnable - runnablevoid accessSynchronously(java.lang.Runnable runnable)
runnable - runnable