-
public interface BatchEventDispatchedListener
-
-
Method Summary
Modifier and Type Method Description abstract void
onBatchEventDispatched()
Called after a batch of low priority events has been dispatched. -
-
Method Detail
-
onBatchEventDispatched
abstract void onBatchEventDispatched()
Called after a batch of low priority events has been dispatched.
-
-
-
-