public interface EveryMinute extends TimedTask
An implementing class can be inserted into the GlobalContext using the
Register annotation. Once the system is started, the method
TimedTask.runTimer() is invoked once every minute (however no assumptions about the
exact length of the interval should be made - it will be "about" a minute, not exactly one minute).
Copyright © 2018. All rights reserved.