setPropertyReadHandler abstract method
Assigns a handler function to a property with a given name.
If the property is being read, the handler function will be called to
handle the interaction.
Implementation
void setPropertyReadHandler(String name, PropertyReadHandler handler);