-
public interface OnBatchCompleteListener
Interface for a module that will be notified when a batch of JS->Java calls has finished.
-
-
Method Summary
Modifier and Type Method Description abstract void
onBatchComplete()
-
-
Method Detail
-
onBatchComplete
abstract void onBatchComplete()
-
-
-
-