Package com.atlassian.bamboo.event.spi
Class EventInvokerRunnable
- java.lang.Object
-
- com.atlassian.bamboo.event.spi.EventInvokerRunnable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EventInvokerRunnable.EventRunnableFactory
-
Constructor Summary
Constructors Constructor Description EventInvokerRunnable(com.atlassian.event.spi.ListenerInvoker listenerInvoker, Object event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getEvent()
com.atlassian.event.spi.ListenerInvoker
getListenerInvoker()
void
run()
-
-
-
Constructor Detail
-
EventInvokerRunnable
public EventInvokerRunnable(com.atlassian.event.spi.ListenerInvoker listenerInvoker, Object event)
-
-