public interface Binding
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.Enum<?> & ModelUpdate> |
update(T... changed)
Fires an update on this
Binding object for the specified types. |
<T extends java.lang.Enum<?> & ModelUpdate> void update(T... changed)
Binding object for the specified types.changed - varargs of ModelUpdate types that are being fired by this call.