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

    Modifier and Type
    Method
    Description
    void
    run()
     
  • Method Details

    • run

      void run()