Query.Statement.executeWithCallback()

Signature

void executeWithCallback(String statementName, String listenerName, String callbackUri, boolean isContinuous, Object closure)

Domain

action

Description

Executes a statement in "Snapshot then Continuous" Mode.

Parameters

NameTypeDescription
statementNameStringname of the statement to execute.
listenerNameStringname of the listener to create.
listenerQuerylistener
closureObjectthat will be blindly returned through a callback parameter.

Returns

None.

Cautions

none