setPropertyObserveHandler abstract method

void setPropertyObserveHandler(
  1. String name,
  2. PropertyReadHandler handler
)

Assigns a handler function to a property with a given name.

If the property is being observed, the handler function will be called to handle the interaction.

Implementation

void setPropertyObserveHandler(String name, PropertyReadHandler handler);