com.ibm.di.api.remote.impl
Class AssemblyLineListenerAdapter

java.lang.Object
  extended by com.ibm.di.api.remote.impl.AssemblyLineListenerAdapter
All Implemented Interfaces:
AssemblyLineListener, LogListener, EventListener

public class AssemblyLineListenerAdapter
extends Object
implements AssemblyLineListener


Constructor Summary
AssemblyLineListenerAdapter(AssemblyLineListener aListener)
           
 
Method Summary
 void assemblyLineCycleDone(Entry aEntry)
           
 void assemblyLineFinished()
           
 void messageLogged(String aMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblyLineListenerAdapter

public AssemblyLineListenerAdapter(AssemblyLineListener aListener)
                            throws DIException
Throws:
DIException
Method Detail

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