@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface OnStateChange
The annotated method will be called whenever at least one of the named state
properties have changed. If multiple listened properties are changed by the
same StateChangeEvent, the method will only be called once.
If there is no state variable with the provided name, the widgetset compilation will fail.
public abstract String[] value
Copyright © 2021 Vaadin Ltd. All rights reserved.