Interface AbstractForm.DeleteHandler<T>

All Superinterfaces:
Serializable
Enclosing class:
AbstractForm<T>

public static interface AbstractForm.DeleteHandler<T> extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDelete(T entity)
     
  • Method Details

    • onDelete

      void onDelete(T entity)