JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.facebook.buck.support.bgtasks
Interface TaskAction<T>
Type Parameters:
T
- Type of argument object supplied to run
public interface
TaskAction<T>
Interface for actions performed by a background task dependent on some argument object of type T.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
run
(
T
args)
Method Detail
run
void run(
T
args) throws
Exception
Throws:
Exception
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method