| com.mysql.jdbc.WriterWatcher
All known Subclasses: com.mysql.jdbc.Clob,
WriterWatcher | interface WriterWatcher (Code) | | 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.
author: Mark Matthews |
writerClosed | void writerClosed(WatchableWriter out)(Code) | | Called when the Writer being watched has .close() called
|
|
|