jAER project on SourceForge

net.sf.jaer.graphics
Class AEViewerLoggingHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by net.sf.jaer.graphics.AEViewerLoggingHandler

public class AEViewerLoggingHandler
extends java.util.logging.Handler

Handles logging messages for AEViewer status line.

Author:
tobi

Constructor Summary
AEViewerLoggingHandler(AEViewer v)
           
 
Method Summary
 void close()
           
 void flush()
           
 AEViewerConsoleOutputFrame getConsoleWindow()
           
 void publish(java.util.logging.LogRecord record)
           
 
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AEViewerLoggingHandler

public AEViewerLoggingHandler(AEViewer v)
Method Detail

getConsoleWindow

public AEViewerConsoleOutputFrame getConsoleWindow()

publish

public void publish(java.util.logging.LogRecord record)
Specified by:
publish in class java.util.logging.Handler

flush

public void flush()
Specified by:
flush in class java.util.logging.Handler

close

public void close()
           throws java.lang.SecurityException
Specified by:
close in class java.util.logging.Handler
Throws:
java.lang.SecurityException

jAER project on SourceForge