Package com.palantir.ptoss.cinch.core
Interface Binding
- All Known Implementing Classes:
- JListSelectionWiringHarness.ListBinding,- SimpleBinding
public interface Binding
Interface for Binding objects.
- 
Method SummaryModifier and TypeMethodDescription<T extends Enum<?> & ModelUpdate>
 voidupdate(T... changed) Fires an update on thisBindingobject for the specified types.
- 
Method Details- 
updateFires an update on thisBindingobject for the specified types.- Parameters:
- changed- varargs of- ModelUpdatetypes that are being fired by this call.
 
 
-