ReadOnlyActionEventHandlerPropertyWrapper

Never use this class directly. Use ActionEventHandlerProperty.asReadOnly to obtain a read-only version of a mutable ActionEventHandlerProperty.

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<ActionEventHandler, Property<ActionEventHandler>>, use ReadOnlyActionEventHandlerPropertyWrapper.

Constructors

constructor(wraps: ActionEventHandlerProperty)