java.lang.Object
com.google.common.eventbus.EventBus
org.jpo.eventbus.JpoEventBus
public class JpoEventBus
extends com.google.common.eventbus.EventBus
A Singleton for the JPO Application EventBus.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic JpoEventBus
Returns the EventBus for the JPO applicationMethods inherited from class com.google.common.eventbus.EventBus
identifier, post, register, toString, unregister
-
Method Details
-
getInstance
Returns the EventBus for the JPO application- Returns:
- the EventBus singleton
-