Query.Callback.exists()

Signature

boolean exists(String listenerName)

Domain

ACTION, CONDITION

Description

Checks if a listener with the given name exists.

Parameters

NameTypeDescription
listenerNameStringname of the listener.

Returns

TypeDescription
booleantrue if a listener by that name exists.

Cautions

none