Interface Binding

All Known Implementing Classes:
JListSelectionWiringHarness.ListBinding, SimpleBinding

public interface Binding
Interface for Binding objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends Enum<?> & ModelUpdate>
    void
    update(T... changed)
    Fires an update on this Binding object for the specified types.
  • Method Details

    • update

      <T extends Enum<?> & ModelUpdate> void update(T... changed)
      Fires an update on this Binding object for the specified types.
      Parameters:
      changed - varargs of ModelUpdate types that are being fired by this call.