|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.batik.util.DoublyLinkedList.Node
org.apache.batik.util.RunnableQueue.Link
To store a Runnable.
| Constructor Summary | |
RunnableQueue.Link(Runnable r)
Creates a new link. |
|
| Method Summary | |
void |
unlock()
unlock link and notify locker. |
| Methods inherited from class org.apache.batik.util.DoublyLinkedList.Node |
getNext, getPrev, insertBefore, setNext, setPrev, unlink |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RunnableQueue.Link(Runnable r)
| Method Detail |
public void unlock()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||