Interface OpenedAccessor.OpenedMutator

All Known Subinterfaces:
OpenedAccessor.OpenedProperty
Enclosing interface:
OpenedAccessor

public static interface OpenedAccessor.OpenedMutator
Provides a mutator for a opened property. Determines whether the component's connection is opened. A component's connection is opened after being opened as of Openable.open() or ConnectionOpenable.open(Object).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setOpened(boolean isOpened)
    Sets the is-opened property for the opened property.
  • Method Details

    • setOpened

      void setOpened(boolean isOpened)
      Sets the is-opened property for the opened property.
      Parameters:
      isOpened - The opened property to be stored by the opened property.