Class StreamPiComboBoxListener<T>

java.lang.Object
com.stream_pi.util.combobox.StreamPiComboBoxListener<T>

public abstract class StreamPiComboBoxListener<T> extends Object
Combo Box Listener. Triggered when an option in Combo Box is clicked.
  • Constructor Details

    • StreamPiComboBoxListener

      public StreamPiComboBoxListener()
  • Method Details

    • onNewItemSelected

      public abstract void onNewItemSelected(T selectedItem)
      Parameters:
      selectedItem - Choice which was clicked