com.atlassian.bamboo.event.spi
Class EventInvokerRunnable
java.lang.Object
com.atlassian.bamboo.event.spi.EventInvokerRunnable
- All Implemented Interfaces:
- Runnable
public class EventInvokerRunnable
- extends Object
- implements Runnable
A runnable that exposes the invoker and the event
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventInvokerRunnable
public EventInvokerRunnable(com.atlassian.event.spi.ListenerInvoker listenerInvoker,
Object event)
run
public void run()
- Specified by:
run
in interface Runnable
getListenerInvoker
public com.atlassian.event.spi.ListenerInvoker getListenerInvoker()
getEvent
public Object getEvent()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.