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 EventBus implementation of the generic EventDispatcher definition.
  • Method Summary

    Methods inherited from interface org.refcodes.observer.Observer

    onEvent