public class AsyncListenerBroadcast<T> extends ListenerBroadcast<T>
AsyncListenerBroadcast is a ListenerBroadcast which dispatches events to listeners asynchronously
to the generation of the events. Events are delivered in the order generated, and ordering between listeners is
maintained.Copyright © 2013. All rights reserved