Interface AbstractForm.SavedHandler<T>

Type Parameters:
T - the entity being edited
All Superinterfaces:
Serializable
Enclosing class:
AbstractForm<T>

public static interface AbstractForm.SavedHandler<T> extends Serializable
A handler called when the built-in save button of the form is called.