com.atlassian.bamboo.event.spi
Class EventInvokerRunnable

java.lang.Object
  extended by com.atlassian.bamboo.event.spi.EventInvokerRunnable
All Implemented Interfaces:
java.lang.Runnable

public class EventInvokerRunnable
extends java.lang.Object
implements java.lang.Runnable

A runnable that exposes the invoker and the event

Since:
v4.0

Constructor Summary
EventInvokerRunnable(com.atlassian.event.spi.ListenerInvoker listenerInvoker, java.lang.Object event)
           
 
Method Summary
 java.lang.Object getEvent()
           
 com.atlassian.event.spi.ListenerInvoker getListenerInvoker()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventInvokerRunnable

public EventInvokerRunnable(com.atlassian.event.spi.ListenerInvoker listenerInvoker,
                            java.lang.Object event)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

getListenerInvoker

public com.atlassian.event.spi.ListenerInvoker getListenerInvoker()

getEvent

public java.lang.Object getEvent()


Copyright © 2012 Atlassian. All Rights Reserved.