Interface EntityInspectorListView.DialogConsumer<T,U>

Enclosing class:
EntityInspectorListView

protected static interface EntityInspectorListView.DialogConsumer<T,U>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t, U u)
     
  • Method Details

    • accept

      void accept(T t, U u)