jPOS 1.6.1 API Documentation

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 class LogListenerFactory.Listener
extends java.lang.Object
implements LogListener, java.lang.Runnable


Constructor Summary
LogListenerFactory.Listener(Logger 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogListenerFactory.Listener

public LogListenerFactory.Listener(Logger 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

jPOS.org