Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mysql.jdbc
Interface WriterWatcher  view WriterWatcher download WriterWatcher.java

All Known Implementing Classes:
Clob

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.


Method Summary
 void writerClosed(WatchableWriter out)
          Called when the Writer being watched has .close() called
 

Method Detail

writerClosed

public void writerClosed(WatchableWriter out)
Called when the Writer being watched has .close() called