Class FormChangeEvent

  • All Implemented Interfaces:
    Serializable

    public class FormChangeEvent
    extends FormEvent

    A specific event class for change events.

    Change events are caused by components that react on changes by the user, e.g. a text field in which text was typed or a combo or list box from which an item was selected. Because a wide variety of source events and components are possible there is no default set of properties to describe the change. But by using the provided component handler it should be possible to access the new value of the affected component.

    Version:
    $Id: FormChangeEvent.java 205 2012-01-29 18:29:57Z oheger $
    Author:
    Oliver Heger
    See Also:
    Serialized Form
    • Constructor Detail

      • FormChangeEvent

        public FormChangeEvent​(Object source,
                               ComponentHandler<?> handler,
                               String name)
        Creates a new instance of FormChangeEvent and initializes it.
        Parameters:
        source - the source event
        handler - the component handler
        name - the component's name