Interface AbstractForm.ResetHandler<T>

All Superinterfaces:
Serializable
Enclosing class:
AbstractForm<T>

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

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

    • onReset

      void onReset(T entity)