Interface ApplicationObserver

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


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