Interface FormChangedEventHandler

All Superinterfaces:
BrowserEventHandler

public interface FormChangedEventHandler extends BrowserEventHandler
Form changed event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Form changed event handler
  • Method Details

    • onChanged

      void onChanged(FormChangedEvent event)

      Form changed event handler

      The event handler will be called, when a form's contents are changed. This can happen if the program start the editing of a new record, loads a previously saved record, or if a user changes anything on any of the form's fields.

      Parameters:
      event - The event object
      See Also: