接口 OutputStreamWatcher

  • 所有已知实现类:
    Blob, Clob, NClob

    public interface OutputStreamWatcher
    Objects that want to be notified of lifecycle events on a WatchableOutputStream should implement this interface, and register themselves with setWatcher() on the WatchableOutputStream instance.
    • 方法详细资料

      • streamClosed

        void streamClosed​(WatchableStream out)
        Called when the OutputStream being watched has .close() called
        参数:
        out - WatchableStream