com.atlassian.confluence.test.rpc
Class QueueEventListener

java.lang.Object
  extended by com.atlassian.confluence.test.rpc.QueueEventListener
All Implemented Interfaces:
com.atlassian.event.EventListener

public class QueueEventListener
extends java.lang.Object
implements com.atlassian.event.EventListener

Listen for Confluence events and pass them into the eventQueue


Constructor Summary
QueueEventListener()
           
 
Method Summary
 FuncTestEventQueue getFuncTestEventQueue()
           
 java.lang.Class[] getHandledEventClasses()
          Handle all Events
 void handleEvent(com.atlassian.event.Event event)
           
 void setFuncTestEventQueue(FuncTestEventQueue funcTestEventQueue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueEventListener

public QueueEventListener()
Method Detail

setFuncTestEventQueue

public void setFuncTestEventQueue(FuncTestEventQueue funcTestEventQueue)

getFuncTestEventQueue

public FuncTestEventQueue getFuncTestEventQueue()

handleEvent

public void handleEvent(com.atlassian.event.Event event)
Specified by:
handleEvent in interface com.atlassian.event.EventListener

getHandledEventClasses

public java.lang.Class[] getHandledEventClasses()
Handle all Events

Specified by:
getHandledEventClasses in interface com.atlassian.event.EventListener


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.