JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
dev.bouncingelf10.timelesslib.api.scheduler
Interface Scheduler.ErrorHandler
Enclosing class:
Scheduler
<
T
>
public static interface
Scheduler.ErrorHandler
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onError
(
String
taskId,
Throwable
t)
Method Details
onError
void
onError
(
String
taskId,
Throwable
t)