org.apache.felix.upnp.basedriver.importer.core.event.structs
Class NotifierQueue

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.importer.core.event.structs.NotifierQueue

public class NotifierQueue
extends java.lang.Object


Constructor Summary
NotifierQueue()
           
 
Method Summary
 void close()
           
 java.lang.Object dequeue()
           
 void enqueue(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifierQueue

public NotifierQueue()
Method Detail

enqueue

public void enqueue(java.lang.Object obj)

dequeue

public java.lang.Object dequeue()

close

public void close()