Interface SuspendableBindingAware

All Known Implementing Classes:
DataViewBindingImpl

public interface SuspendableBindingAware
Interface defining a contract for objects that support suspendable bindings.
  • Method Details

    • setSuspendableBinding

      void setSuspendableBinding(@Nullable SuspendableBinding suspendableBinding)
      Sets the SuspendableBinding instance to be associated with this object.
      Parameters:
      suspendableBinding - the SuspendableBinding instance to set; may be null to clear the current binding