Class AspectJ.CompletionRunner

java.lang.Object
net.ssehub.easy.instantiation.aspectj.instantiators.AspectJ.CompletionRunner
All Implemented Interfaces:
Runnable
Enclosing class:
AspectJ

private static class AspectJ.CompletionRunner extends Object implements Runnable
A completion runner for AspectJ.
Author:
Holger Eichelberger
  • Field Details

    • completed

      private boolean completed
  • Constructor Details

    • CompletionRunner

      private CompletionRunner()
  • Method Details

    • waitForCompletion

      void waitForCompletion()
      Waits for the completion of the compilation.
    • run

      public void run()
      Specified by:
      run in interface Runnable