Interface OpenedAccessor

    • Method Detail

      • isOpened

        boolean isOpened​()
        Retrieves the is-opened property from the 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).
        Returns:
        True in case of being opened (returns the is-opened property stored by the opened property).