Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.swing
Class LogList.ListCaptureListener  view LogList.ListCaptureListener download LogList.ListCaptureListener.java

java.lang.Object
  extended bycom.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.


Constructor Summary
(package private) LogList.ListCaptureListener()
           
 
Method Summary
 void captureException(com.eireneh.util.event.CaptureEvent ev)
          Called whenever Log.*() is passed a message
 void captureMessage(com.eireneh.util.event.CaptureEvent ev)
          Called whenever Log.*() is passed a message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogList.ListCaptureListener

LogList.ListCaptureListener()
Method Detail

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