Class ValueChangedEvent<T>

Object
ValueChangedEvent<T>

public class ValueChangedEvent<T> extends Object
An event published when the value of a control derived from JValueField changes.
Since:
2.6.1
Author:
Michael Bedward
See Also:
  • Constructor Details

    • ValueChangedEvent

      public ValueChangedEvent(Component source, T newValue)
      Create a value changed event
      Parameters:
      source - the control holding the value
      newValue - the updated value
  • Method Details

    • getSource

      public Component getSource()
      Get the control that invoked this event
      Returns:
      the invoking control
    • getValue

      public T getValue()
      Get the updated value
      Returns:
      the updated value