All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.as400.util.servlet.SectionCompletedListener

public interface SectionCompletedListener
extends EventListener
The SectionCompletedListener interface provides a listener interface for receiving SectionCompleted events.


Method Index

 o sectionCompleted(SectionCompletedEvent)
Invoked when a section of data has been converted.

Methods

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

Parameters:
event - The event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index