com.ibm.di.api.remote.impl
Class AssemblyLineListenerAdapter
java.lang.Object
com.ibm.di.api.remote.impl.AssemblyLineListenerAdapter
- All Implemented Interfaces:
- AssemblyLineListener, LogListener, EventListener
public class AssemblyLineListenerAdapter
- extends Object
- implements AssemblyLineListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssemblyLineListenerAdapter
public AssemblyLineListenerAdapter(AssemblyLineListener aListener)
throws DIException
- Throws:
DIException
assemblyLineCycleDone
public void assemblyLineCycleDone(Entry aEntry)
throws DIException
- Specified by:
assemblyLineCycleDone in interface AssemblyLineListener
- Throws:
DIException
assemblyLineFinished
public void assemblyLineFinished()
throws DIException
- Specified by:
assemblyLineFinished in interface AssemblyLineListener
- Throws:
DIException
messageLogged
public void messageLogged(String aMessage)
throws DIException
- Specified by:
messageLogged in interface LogListener
- Throws:
DIException