Interface DeferredOperation
public interface DeferredOperation
Encapsulates a block of code that should be run at a later time, usually in order to guarantee the proper state
or conditions for its execution.
- Author:
- Jeff Fischer
-
Method Summary
-
Method Details
-
run
void run()
-