|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.base.event.LogListenerAdapter
public class LogListenerAdapter
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 |
|---|
public LogListenerAdapter()
| Method Detail |
|---|
public void handleFatalEvent(LogEvent event)
LogListener
handleFatalEvent in interface LogListenerevent - the LogEventpublic void handleErrorEvent(LogEvent event)
LogListener
handleErrorEvent in interface LogListenerevent - the LogEventpublic void handleWarnEvent(LogEvent event)
LogListener
handleWarnEvent in interface LogListenerevent - the LogEventpublic void handleInfoEvent(LogEvent event)
LogListener
handleInfoEvent in interface LogListenerevent - the LogEventpublic void handleDebugEvent(LogEvent event)
LogListener
handleDebugEvent in interface LogListenerevent - the LogEvent
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||