org.xwiki.logging.event
Class LogQueueListener
java.lang.Object
org.xwiki.logging.event.AbstractLogEventListener
org.xwiki.logging.event.LogQueueListener
- All Implemented Interfaces:
- EventListener
public class LogQueueListener
- extends AbstractLogEventListener
Fill the provided LogQueue with received LogEvents.
- Since:
- 3.2M3
- Version:
- $Id: df2b40fdcb18560dc90f47bdea9aca7a2ebe68df $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogQueueListener
public LogQueueListener(String name,
LogQueue queue)
- Parameters:
name - the name of the listenerqueue - the queue where to store received LogEvents
getName
public String getName()
onEvent
public void onEvent(Event event,
Object source,
Object data)
Copyright © 2004-2013 XWiki. All Rights Reserved.