-
- Type Parameters:
T
- The type of object to pass in the callback function.
public interface Callback<T>
- Author:
- Jeff Riggle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(T value)
-
-
-
Method Detail
-
execute
void execute(T value)
- Parameters:
value
- The value to callback with.
-
-