Package com.palantir.ptoss.cinch.core
Interface Binding
- 
- All Known Implementing Classes:
 JListSelectionWiringHarness.ListBinding,SimpleBinding
public interface BindingInterface for Binding objects. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends java.lang.Enum<?> & ModelUpdate>
voidupdate(T... changed)Fires an update on thisBindingobject for the specified types. 
 - 
 
- 
- 
Method Detail
- 
update
<T extends java.lang.Enum<?> & ModelUpdate> void update(T... changed)
Fires an update on thisBindingobject for the specified types.- Parameters:
 changed- varargs ofModelUpdatetypes that are being fired by this call.
 
 - 
 
 -