Interface Lockable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isLocked()
      Determines if this is read-only/locked (thus it cannot be modified).
      void lock()
      Enables the read-only/locked mode.
      void unlock()
      Disables the read-only/locked mode.
    • Method Detail

      • lock

        void lock()
        Enables the read-only/locked mode.
      • unlock

        void unlock()
        Disables the read-only/locked mode.
      • isLocked

        boolean isLocked()
        Determines if this is read-only/locked (thus it cannot be modified).
        Returns:
        true if this is read-only/locked