Package me.hsgamer.topper.agent.runnable
Class RunnableAgent
- java.lang.Object
-
- me.hsgamer.topper.agent.runnable.RunnableAgent
-
-
Constructor Summary
Constructors Constructor Description RunnableAgent(Runnable runnable)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Runnablerun(Runnable runnable)This method is used to run the task and return aRunnableto cancel itvoidstart()voidstop()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface me.hsgamer.topper.agent.core.Agent
beforeStop
-
-