org.apache.batik.util
protected static class RunnableQueue.LockableLink extends RunnableQueue.Link
| Constructor Summary | |
|---|---|
| LockableLink(Runnable r)
Creates a new link. | |
| Method Summary | |
|---|---|
| boolean | isLocked()
Whether the link is actually locked. |
| void | lock()
Locks this link. |
| void | unlock()
unlocks this link. |