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.
source
Constructor and Description |
---|
FormChangeEvent(Object source,
ComponentHandler<?> handler,
String name)
Creates a new instance of
FormChangeEvent and initializes
it. |
equals, getHandler, getName, hashCode
getSource, toString
public FormChangeEvent(Object source, ComponentHandler<?> handler, String name)
FormChangeEvent
and initializes
it.source
- the source eventhandler
- the component handlername
- the component's nameCopyright © 2016 The JGUIraffe Team. All rights reserved.