ilog.mt
Class IlSwingThreadSyncStrategy
java.lang.Object
|
+--ilog.mt.IlSynchronizationStrategy
|
+--ilog.mt.IlSwingThreadSyncStrategy
- public class IlSwingThreadSyncStrategy
- extends IlSynchronizationStrategy
This class is an implementation of the
IlSynchronizationStrategy
abstract class.
It uses the Swing event thread to provide synchronization.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlSwingThreadSyncStrategy
public IlSwingThreadSyncStrategy()
synchronizeRun
public boolean synchronizeRun(Runnable runnable,
Object lock)
- The runnable parameter is passed to SwingUtilities.invokeLater.
The lock parameter is ignored.
- Overrides:
synchronizeRun
in class IlSynchronizationStrategy
- See Also:
SwingUtilities.invokeLater(Runnable)