Interface EventBusObserver

All Superinterfaces:
org.refcodes.observer.Observer<EventBusEvent>

public interface EventBusObserver extends org.refcodes.observer.Observer<EventBusEvent>
A convenience definition of an Observer for the ready to use out of the box EventBusImpl implementation of the generic GenericEventBus definition.
  • Method Summary

    Methods inherited from interface org.refcodes.observer.Observer

    onEvent