Uses of Interface
org.docx4j.com.google.common.util.concurrent.ListenerCallQueue.Event
Packages that use ListenerCallQueue.Event
-
Uses of ListenerCallQueue.Event in org.docx4j.com.google.common.util.concurrent
Fields in org.docx4j.com.google.common.util.concurrent with type parameters of type ListenerCallQueue.EventModifier and TypeFieldDescription(package private) final Queue<ListenerCallQueue.Event<L>>ListenerCallQueue.PerListenerQueue.waitQueueMethods in org.docx4j.com.google.common.util.concurrent with parameters of type ListenerCallQueue.EventModifier and TypeMethodDescription(package private) voidListenerCallQueue.PerListenerQueue.add(ListenerCallQueue.Event<L> event, Object label) Enqueues a event to be run.voidListenerCallQueue.enqueue(ListenerCallQueue.Event<L> event) Enqueues an event to be run on currently known listeners.voidListenerCallQueue.enqueue(ListenerCallQueue.Event<L> event, String label) Enqueues an event to be run on currently known listeners, with a label.private voidListenerCallQueue.enqueueHelper(ListenerCallQueue.Event<L> event, Object label)