Package jetbrains.buildServer.util
Interface EventDispatcher.ErrorHandler
-
- Enclosing class:
- EventDispatcher<T extends EventListener>
public static interface EventDispatcher.ErrorHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(Throwable e)
-
-
-
Method Detail
-
handle
void handle(Throwable e)
-
-