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 thisBinding
object for the specified types.
-
Method Details
-
update
Fires an update on thisBinding
object for the specified types.- Parameters:
changed
- varargs ofModelUpdate
types that are being fired by this call.
-