@Deprecated public abstract static class ProtoPresenterBuilder.OnPrepared extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract void |
callbackIsPrepared(String callbackFunctionName)
Deprecated.
Called when callback function prepared by
ProtoPresenterBuilder.Preparator.prepare(com.dukescript.presenters.spi.ProtoPresenterBuilder.OnPrepared)
is ready. |
public abstract void callbackIsPrepared(String callbackFunctionName)
ProtoPresenterBuilder.Preparator.prepare(com.dukescript.presenters.spi.ProtoPresenterBuilder.OnPrepared)
is ready.callbackFunctionName - the name of created JavaScript functionCopyright © 2020. All rights reserved.