Class OperationManager.ScheduledOperationWorker

java.lang.Object
com.globalmentor.model.OperationManager.ScheduledOperationWorker
All Implemented Interfaces:
Runnable
Enclosing class:
OperationManager

public static class OperationManager.ScheduledOperationWorker extends Object implements Runnable
Worker for processing scheduled operations. This implementation ignores canceled operations and logs any errors.
Author:
Garret Wilson
  • Constructor Details

  • Method Details

    • run

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