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.
-
sectionCompleted(SectionCompletedEvent)
- Invoked when a section of data has been converted.
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