com.ibm.di.api.remote
Interface LogListener

All Superinterfaces:
EventListener, Remote, RemoteListener
All Known Subinterfaces:
AssemblyLineListener
All Known Implementing Classes:
AssemblyLineListenerBase, LogListenerBase

public interface LogListener
extends RemoteListener

This listener listens for log events.


Method Summary
 void messageLogged(String aMessage)
          Called right after the specified message is logged.
 

Method Detail

messageLogged

void messageLogged(String aMessage)
                   throws DIException,
                          RemoteException
Called right after the specified message is logged.

Parameters:
aMessage - the message text
Throws:
DIException - If an error is encountered.
RemoteException - if a communication-related exception occurs.