Package net.timewalker.ffmq4.utils.async
Interface AsyncTask
-
public interface AsyncTaskAsyncTask
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()Execute the task (To be called by a dispatcher thread)booleanisMergeable()Test if multiple queued occurences of this task should be merged
-