Class FormControllerEvent

    • Constructor Detail

      • FormControllerEvent

        public FormControllerEvent​(FormController source)
        Creates a new instance of FormControllerEvent and initializes it with the FormController which is the source of this event.
        Parameters:
        source - the source FormController (must not be null)
        Throws:
        IllegalArgumentException - if the controller is null
    • Method Detail

      • getFormController

        public FormController getFormController()
        Returns the FormController which generated this event.
        Returns:
        the FormController which is the source of this event