Interface ValueSelectListener<V>

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

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

    Modifier and Type
    Method
    Description
    void
    valueSelected(ValueEvent<V> valueEvent)
    Called when a value is selected.
  • Method Details

    • valueSelected

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