Interface AbstractForm.SavedHandler<T>

All Superinterfaces:
Serializable
Enclosing class:
AbstractForm<T>

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

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

    • onSave

      void onSave(T entity)