All Known Subinterfaces:
OFile
All Known Implementing Classes:
AsyncFile

public interface OClosableItem
Item is going to be stored inside of OClosableLinkedContainer. This interface presents item that may be in two states open and closed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
    void
     
  • Method Details

    • isOpen

      boolean isOpen()
    • close

      void close()
    • open

      void open()