org.apache.batik.util

Class RunnableQueue.Link

protected static class RunnableQueue.Link extends DoublyLinkedList.Node

To store a Runnable.
Constructor Summary
Link(Runnable r)
Creates a new link.
Method Summary
voidunlock()
unlock link and notify locker.

Constructor Detail

Link

public Link(Runnable r)
Creates a new link.

Method Detail

unlock

public void unlock()
unlock link and notify locker. Basic implementation does nothing.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.