Interface OClosableItem
- 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
-
Method Details
-
isOpen
boolean isOpen() -
close
void close() -
open
void open()
-