setPropertyWriteHandler abstract method

void setPropertyWriteHandler(
  1. String name,
  2. PropertyWriteHandler handler
)

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

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

Implementation

void setPropertyWriteHandler(String name, PropertyWriteHandler handler);