org.jpos.ui.factory
Class LogListenerFactory.Listener

java.lang.Object
  extended by org.jpos.ui.factory.LogListenerFactory.Listener
All Implemented Interfaces:
java.lang.Runnable, java.util.EventListener, LogListener
Enclosing class:
LogListenerFactory

public static class LogListenerFactory.Listener
extends java.lang.Object
implements LogListener, java.lang.Runnable


Constructor Summary
LogListenerFactory.Listener(LogProducer logger, UI ui, javax.swing.JTextArea text, int maxEvents, int maxLines)
           
 
Method Summary
 LogEvent log(LogEvent evt)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogListenerFactory.Listener

public LogListenerFactory.Listener(LogProducer logger,
                                   UI ui,
                                   javax.swing.JTextArea text,
                                   int maxEvents,
                                   int maxLines)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

log

public LogEvent log(LogEvent evt)
Specified by:
log in interface LogListener