Implementation of the {@link EventBus} that directly forwards all published events (in the callers' thread) to allsubscribed listeners. Listeners are expected to implement asynchronous handling themselves.
@author Allard Buijze
@since 0.5
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.