Interface ApplicationBusObserver

  • All Superinterfaces:
    org.refcodes.observer.Observer<ApplicationBusEvent>

    public interface ApplicationBusObserver
    extends org.refcodes.observer.Observer<ApplicationBusEvent>
    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