com.ibm.as400.util.servlet
Interface SectionCompletedListener

All Superinterfaces:
EventListener

public interface SectionCompletedListener
extends EventListener

The SectionCompletedListener interface provides a listener interface for receiving SectionCompleted events.


Method Summary
 void sectionCompleted(SectionCompletedEvent event)
          Invoked when a section of data has been converted.
 

Method Detail

sectionCompleted

public void sectionCompleted(SectionCompletedEvent event)
Invoked when a section of data has been converted.

Parameters:
event - The event.