public class QueuingDispatch<T> extends Object implements Dispatch<T>, Stoppable
QueuingDispatch()
void
dispatch(T message)
dispatchTo(Dispatch<? super T> dispatch)
stop()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public QueuingDispatch()
public void dispatchTo(Dispatch<? super T> dispatch)
public void dispatch(T message)
Dispatch
dispatch
Dispatch<T>
message
public void stop()
Stoppable
Requests a graceful stop of this object. Blocks until all concurrent activity has been completed.
If this object has already been stopped, this method does nothing.
stop
Copyright © 2013. All rights reserved