org.almendra.janet.cas.node.gui
Class LogListener

java.lang.Object
  extended by org.almendra.janet.cas.node.gui.LogListener
All Implemented Interfaces:
ILogListener

public class LogListener
extends java.lang.Object
implements ILogListener


Field Summary
(package private)  NodeViewController controller
           
 
Constructor Summary
protected LogListener()
          Creates a new LogListener object.
  LogListener(NodeViewController controller)
          Creates a new LogListener object.
 
Method Summary
 void log(java.util.List entries)
           
 void log(LogEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controller

NodeViewController controller
Constructor Detail

LogListener

protected LogListener()
Creates a new LogListener object.


LogListener

public LogListener(NodeViewController controller)
Creates a new LogListener object.

Method Detail

log

public void log(LogEntry entry)
Specified by:
log in interface ILogListener

log

public void log(java.util.List entries)
Specified by:
log in interface ILogListener