Schnittstelle EntityList.EntitySelectionListener<E extends Entity>

Umschließende Klasse:
EntityList<E extends Entity,I extends InteractionFragment & EntityList.EntityListItem<E>>

public static interface EntityList.EntitySelectionListener<E extends Entity>
A listener interface that will be notified of entity selection.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onSelection(E entity)
    Will be invoked if an entity is (de-) selected.
  • Methodendetails

    • onSelection

      void onSelection(E entity)
      Will be invoked if an entity is (de-) selected.
      Parameter:
      entity - The selected entity or NULL for none