CALL_METHOD_NAME property

String CALL_METHOD_NAME
final

The name of the method that can be implemented by a class to allow its instances to be invoked as if they were a function.

Implementation

static final String CALL_METHOD_NAME = "call";