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