net.java.html.json
Annotation Type OnPropertyChange


@Retention(value=SOURCE)
@Target(value=METHOD)
public @interface OnPropertyChange

Defines a method that is supposed to be notified when a property defined by Model has been changed.

Author:
Jaroslav Tulach

Required Element Summary
 String[] value
          Name(s) of the properties.
 

Element Detail

value

public abstract String[] value
Name(s) of the properties. One wishes to observe.

Returns:
valid java identifier


Copyright © 2013 API Design. All Rights Reserved.