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 Object


Constructor Summary
NotifierQueue()
           
 
Method Summary
 void close()
           
 Object dequeue()
           
 void enqueue(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(Object obj)

dequeue

public Object dequeue()

close

public void close()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.