com.ibm.as400.util.servlet

Interface SectionCompletedListener

  • All Superinterfaces:
    java.util.EventListener


    public interface SectionCompletedListener
    extends java.util.EventListener
    The SectionCompletedListener interface provides a listener interface for receiving SectionCompleted events.
    • Method Detail

      • sectionCompleted

        void sectionCompleted(SectionCompletedEvent event)
        Invoked when a section of data has been converted.
        Parameters:
        event - The event.