@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface OnChange
ChangeListener.
Normally used for any sort of JButton or for a JTextField.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
call
The name of the method to call when the action occurs.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
onAdjust
A boolean indicating whether or not we want to call this when the values
is adjusting
|
public abstract java.lang.String call
BindingContext.