Class AsyncEventHandlingTask
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.events.async.AsyncEventHandlingTask
-
-
Constructor Summary
Constructors Constructor Description AsyncEventHandlingTask(AsyncEventListener listener, AsyncEvent event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncEvent
getEvent()
AsyncEventListener
getListener()
void
run()
-
-
-
Constructor Detail
-
AsyncEventHandlingTask
public AsyncEventHandlingTask(AsyncEventListener listener, AsyncEvent event)
-
-
Method Detail
-
getEvent
public AsyncEvent getEvent()
-
getListener
public AsyncEventListener getListener()
-
-