java.lang.Object
com.eireneh.swing.LogList.ListCaptureListener
- All Implemented Interfaces:
- com.eireneh.util.event.CaptureListener, java.util.EventListener
- Enclosing class:
- LogList
- static class LogList.ListCaptureListener
- extends java.lang.Object
- implements com.eireneh.util.event.CaptureListener
This class listens to HelpDesk logs and copies them to the
syslog daemon.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogList.ListCaptureListener
LogList.ListCaptureListener()
captureException
public void captureException(com.eireneh.util.event.CaptureEvent ev)
- Called whenever Log.*() is passed a message
- Specified by:
captureException in interface com.eireneh.util.event.CaptureListener
captureMessage
public void captureMessage(com.eireneh.util.event.CaptureEvent ev)
- Called whenever Log.*() is passed a message
- Specified by:
captureMessage in interface com.eireneh.util.event.CaptureListener