-
- All Implemented Interfaces:
public class QueuedHandler<T extends ObjectProxy>
-
-
Constructor Summary
Constructors Constructor Description QueuedHandler(List<T> handlers, Action2<QueuedHandler<T>, T> dispatchToNextHandler)
-
Method Summary
Modifier and Type Method Description TdequeueHandler()voidonHandlerFinished(T handler)-
-
Method Detail
-
dequeueHandler
T dequeueHandler()
-
onHandlerFinished
void onHandlerFinished(T handler)
-
-
-
-