Class ScheduledFunction
- java.lang.Object
-
- in.dragonbra.javasteam.util.event.ScheduledFunction
-
public class ScheduledFunction extends java.lang.Object- Since:
- 2018-02-20
-
-
Constructor Summary
Constructors Constructor Description ScheduledFunction(java.lang.Runnable func, long delay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDelay()voidsetDelay(long delay)voidstart()voidstop()
-