Class DelayActivationType

java.lang.Object
uk.ac.starlink.topcat.activate.DelayActivationType
All Implemented Interfaces:
ActivationType

public class DelayActivationType extends Object implements ActivationType
ActivationType that introduces a delay. This duplicates functionality that can be achieved using the JEL sleep() function or the System sleep command, but it's quite useful in sequences and is more discoverable this way.
Since:
21 May 2019
Author:
Mark Taylor
  • Constructor Details

    • DelayActivationType

      public DelayActivationType()
  • Method Details