com.atlassian.plugin.event.listeners
Class RecordingListener
java.lang.Object
com.atlassian.plugin.event.listeners.RecordingListener
public class RecordingListener
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordingListener
public RecordingListener(Class... eventClasses)
channel
public void channel(Object event)
getEvents
public List<Object> getEvents()
- Returns:
- the events received by this listener in the order they were received
getEventClasses
public List<Class> getEventClasses()
- Returns:
- the classes of each event received by this listener in the order they were received
reset
public void reset()
getEventPluginOrModuleKeys
public List<String> getEventPluginOrModuleKeys()
Copyright © 2011 Atlassian. All Rights Reserved.