Package ch.njol.util

Interface OpenCloseable

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
BlockingLogHandler, CountingLogHandler, ErrorDescLogHandler, FilteringLogHandler, LogHandler, ParseLogHandler, RedirectingLogHandler, RetainingLogHandler, TimingLogHandler

public interface OpenCloseable extends AutoCloseable
A object that can both be opened and closed.
See Also: