Package org.commonjava.indy.change
Class AllEventsListener
- java.lang.Object
-
- org.commonjava.indy.change.AllEventsListener
-
@ApplicationScoped public class AllEventsListener extends Object
Debugging event listener to simply spit each event out to the system console.
-
-
Constructor Summary
Constructors Constructor Description AllEventsListener()
-
-
-
Method Detail
-
onEvent
public void onEvent(Object evt)
Print the event to the console
-
-