Class FormEventAdapter<T extends DMSForm>

java.lang.Object
com.groiss.dms.FormEventAdapter<T>
All Implemented Interfaces:
FormEventHandler<T>

@Deprecated public class FormEventAdapter<T extends DMSForm> extends Object implements FormEventHandler<T>
Deprecated.
since ep 10.0, implement interface FormEventHandler directly which provides default implementations now
The adapter which receives form events. The methods in this class are empty; this class is provided as a convenience for easily creating handlers by extending this class and overriding only the methods of interest.