Interface ToggleablePluginItem.SelectionListener

Enclosing interface:
ToggleablePluginItem<C extends BaseContext>

public static interface ToggleablePluginItem.SelectionListener
Listener to inform about selection change events.
Since:
5.0.204
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSelectionChange(boolean selected)
    Inform this listener about a selection change.
  • Method Details

    • onSelectionChange

      void onSelectionChange(boolean selected)
      Inform this listener about a selection change.
      Since:
      5.0.204