Interface IFilterListener

All Known Implementing Classes:
EndNodeTextFilter, PropertyEditor, TablePanel, TextTableEditor

public interface IFilterListener
Filter listener interface.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a filter text has been applied.
  • Method Details

    • onFilter

      void onFilter(String text)
      Called when a filter text has been applied.
      Parameters:
      text - The filter text to apply, null for none (never empty string).