Interface Unlockable

All Superinterfaces:
AutoCloseable

public interface Unlockable extends AutoCloseable
An AutoCloseable extension whose close() method throws no checked exceptions and unlocks something that may have been previously locked in some unspecified manner.
Author:
Laird Nelson
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Unlocks this Unlockable, which normally has been semantically locked already in some unspecified manner.