Class TimedTask
- java.lang.Object
-
- ch.sahits.game.openpatrician.model.event.TimedTask
-
- All Implemented Interfaces:
java.lang.Runnable
public abstract class TimedTask extends java.lang.Object implements java.lang.RunnableTimed task with a specified execution time. The run method is supposed to be executed at the execution time.- Author:
- Andi Hotz, (c) Sahits GmbH, 2013 Created on Jan 28, 2013
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTimedTask()
-