Interface TimedAction

All Known Implementing Classes:
RepeatingTimedAction

public interface TimedAction
Generic action type that takes time as an argument.
Author:
John Collins
  • Method Summary

    Modifier and Type Method Description
    void perform​(org.joda.time.Instant theTime)  
  • Method Details

    • perform

      void perform​(org.joda.time.Instant theTime)