me.escapeNT.pail.Util
Class ServerReadyListener

java.lang.Object
  extended by java.util.logging.Handler
      extended by me.escapeNT.pail.Util.ServerReadyListener

public class ServerReadyListener
extends Handler

Simple log handler to listen when the server is ready.

Author:
escapeNT

Field Summary
static SettingsPanel settings
           
 
Constructor Summary
ServerReadyListener()
           
 
Method Summary
 void close()
           
 void flush()
           
 void publish(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
 

Field Detail

settings

public static SettingsPanel settings
Constructor Detail

ServerReadyListener

public ServerReadyListener()
Method Detail

publish

public void publish(LogRecord record)
Specified by:
publish in class Handler

flush

public void flush()
Specified by:
flush in class Handler

close

public void close()
           throws SecurityException
Specified by:
close in class Handler
Throws:
SecurityException


Copyright © 2011. All Rights Reserved.