com.ibm.di.api.local
Interface AssemblyLineListener

All Superinterfaces:
EventListener, LogListener
All Known Implementing Classes:
AssemblyLineListenerAdapter

public interface AssemblyLineListener
extends LogListener

This listener listens for AssemblyLine events.


Method Summary
 void assemblyLineCycleDone(Entry aEntry)
           
 void assemblyLineFinished()
           
 
Methods inherited from interface com.ibm.di.api.local.LogListener
messageLogged
 

Method Detail

assemblyLineCycleDone

void assemblyLineCycleDone(Entry aEntry)
                           throws DIException
Throws:
DIException

assemblyLineFinished

void assemblyLineFinished()
                          throws DIException
Throws:
DIException