de.betabeans.scroogexhtml
Interface LogListener

All Superinterfaces:
java.util.EventListener

public interface LogListener
extends java.util.EventListener

A LogListener can be used to log conversion events

Version:
1.0
Author:
Michael Justin

Method Summary
 void log(LogEvent e)
          Process a log event
 

Method Detail

log

public void log(LogEvent e)
Process a log event
Parameters:
e - a LogEvent instance