public interface EveryTenSeconds 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 ten seconds (however no assumptions about the
exact length of the interval should be made - it will be "about" ten seconds, not exactly ten).
Copyright © 2018. All rights reserved.