Class PrintTimeStep

  • All Implemented Interfaces:
    IComponentStep<java.lang.Void>

    public class PrintTimeStep
    extends java.lang.Object
    implements IComponentStep<java.lang.Void>
    Component step that prints the time.
    • Constructor Summary

      Constructors 
      Constructor Description
      PrintTimeStep()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IFuture<java.lang.Void> execute​(IInternalAccess ia)
      Execute the command.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrintTimeStep

        public PrintTimeStep()
    • Method Detail

      • execute

        public IFuture<java.lang.Void> execute​(IInternalAccess ia)
        Execute the command.
        Specified by:
        execute in interface IComponentStep<java.lang.Void>
        Parameters:
        args - The argument(s) for the call.
        Returns:
        The result of the command.