com.ibm.di.api.remote
Interface AssemblyLineListener
- All Superinterfaces:
- EventListener, LogListener, Remote
- All Known Implementing Classes:
- AssemblyLineListenerBase, RemoteALListener
public interface AssemblyLineListener
- extends LogListener
This listener listens for AssemblyLine events.
assemblyLineCycleDone
void assemblyLineCycleDone(Entry aEntry)
throws DIException,
RemoteException
- Throws:
DIException
RemoteException
assemblyLineFinished
void assemblyLineFinished()
throws DIException,
RemoteException
- Throws:
DIException
RemoteException