net.sourceforge.wohenchan.convert
Interface ConverterListener

All Known Implementing Classes:
ConverterCursor, WoHenChanConverterListener

public interface ConverterListener

This is the interface through which a ConverterTableInterface object will return results. Each result is passed back as a ConverterEvent.

Version:
$Name: $ $Date: 2003/08/19 16:25:19 $
Author:
$Author: wtanaka $
See Also:
ConverterTableInterface

Method Summary
 void handleConverterEvent(ConverterEvent evt)
           
 

Method Detail

handleConverterEvent

public void handleConverterEvent(ConverterEvent evt)
                          throws AbortSearchException
AbortSearchException