Package com.palantir.ptoss.cinch.core
Interface Binding
- 
- All Known Implementing Classes:
- JListSelectionWiringHarness.ListBinding,- SimpleBinding
 
 public interface BindingInterface for Binding objects.
- 
- 
Method SummaryAll 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 of- ModelUpdatetypes that are being fired by this call.
 
 
- 
 
-