Interface ValueSelectListener<V>

  • Type Parameters:
    V - The type of value being selected.
    All Superinterfaces:
    java.util.EventListener, GuiseEventListener

    public interface ValueSelectListener<V>
    extends GuiseEventListener
    An object that listens for selection of a value.
    Author:
    Garret Wilson
    • Method Detail

      • valueSelected

        void valueSelected​(ValueEvent<V> valueEvent)
        Called when a value is selected.
        Parameters:
        valueEvent - The event indicating the value selected.