Interface AtomicValueEventListener<V>


  • public interface AtomicValueEventListener<V>
    Listener to be notified about updates to a AtomicValue.
    • Method Detail

      • event

        void event​(AtomicValueEvent<V> event)
        Reacts to the specified event.
        Parameters:
        event - the event