Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.event
Class LogListenerAdapter

java.lang.Object
  extended by com.jivesoftware.base.event.LogListenerAdapter
All Implemented Interfaces:
LogListener

public class LogListenerAdapter
extends java.lang.Object
implements LogListener

Adapter class for the LogListener interface. Listener authors should extend this class to protect their listeners from changes in the LogListener interface.


Constructor Summary
LogListenerAdapter()
           
 
Method Summary
 void handleDebugEvent(LogEvent event)
          Fired when a debug event occurs.
 void handleErrorEvent(LogEvent event)
          Fired when an error event occurs.
 void handleFatalEvent(LogEvent event)
          Fired when a fatel event occurs.
 void handleInfoEvent(LogEvent event)
          Fired when an info event occurs.
 void handleWarnEvent(LogEvent event)
          Fired when a warn event occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogListenerAdapter

public LogListenerAdapter()
Method Detail

handleFatalEvent

public void handleFatalEvent(LogEvent event)
Description copied from interface: LogListener
Fired when a fatel event occurs.

Specified by:
handleFatalEvent in interface LogListener
Parameters:
event - the LogEvent

handleErrorEvent

public void handleErrorEvent(LogEvent event)
Description copied from interface: LogListener
Fired when an error event occurs.

Specified by:
handleErrorEvent in interface LogListener
Parameters:
event - the LogEvent

handleWarnEvent

public void handleWarnEvent(LogEvent event)
Description copied from interface: LogListener
Fired when a warn event occurs.

Specified by:
handleWarnEvent in interface LogListener
Parameters:
event - the LogEvent

handleInfoEvent

public void handleInfoEvent(LogEvent event)
Description copied from interface: LogListener
Fired when an info event occurs.

Specified by:
handleInfoEvent in interface LogListener
Parameters:
event - the LogEvent

handleDebugEvent

public void handleDebugEvent(LogEvent event)
Description copied from interface: LogListener
Fired when a debug event occurs.

Specified by:
handleDebugEvent in interface LogListener
Parameters:
event - the LogEvent

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.