接口 WriterWatcher

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

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

      • writerClosed

        void writerClosed​(WatchableWriter out)
        Called when the Writer being watched has .close() called
        参数:
        out - WatchableWriter instance