java.lang.Object
org.jpo.eventbus.DebugEventListener
A dummy event listener that listens to all events and simply logs them.
Should be helpful to debug what is going on.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This event listener registers, so it receives all types of event objects from the EventBus and then logs them on the console.
-
Constructor Details
-
DebugEventListener
public DebugEventListener()
-
-
Method Details
-
handleAllEvents
This event listener registers, so it receives all types of event objects from the EventBus and then logs them on the console.- Parameters:
o
- the event
-