Interface ContextListener<T>

    • Method Detail

      • eventOccured

        void eventOccured​(ContextEvent<T> ev)
        Called to nofify the listener of a change to a context.
        Parameters:
        ev - The event of which to notify the listener.