org.jpos.ui.factory
Class LogListenerFactory

java.lang.Object
  extended by org.jpos.ui.factory.LogListenerFactory
All Implemented Interfaces:
UIFactory

public class LogListenerFactory
extends Object
implements UIFactory

Author:
Alejandro Revilla a log listener component i.e:
  <log-listener scrollable="true"
      logger="Q2" font="fixed-normal-12"
      max-events="100" max-lines="50" />
 
See Also:
UIFactory

Nested Class Summary
 class LogListenerFactory.Listener
           
 
Constructor Summary
LogListenerFactory()
           
 
Method Summary
 JComponent create(UI ui, org.jdom.Element e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogListenerFactory

public LogListenerFactory()
Method Detail

create

public JComponent create(UI ui,
                         org.jdom.Element e)
Specified by:
create in interface UIFactory


Copyright © 1998-2012 jPOS.org. All Rights Reserved.