Interface ContextAction<T>
- Record Components:
T
- the type of the return value of action execution
- All Known Implementing Classes:
Dim.DimIProxy, Main.IProxy, Runner
public interface ContextAction<T>
Interface to represent arbitrary action that requires to have Context
object associated with the current thread for its execution.
-
Method Summary
-
Method Details
-
run
-