Interface Listener<E>



  • public interface Listener<E>
    Callback used to register for update on the Store
    • Method Detail

      • update

        void update(E state)
        Called if there's an update to the State
        Parameters:
        state - a new state