handle abstract method

bool handle(
  1. UIEvent event,
  2. T value
)

Called when a value is activated as a result of event.

Returns whether or not the activation was handled.

Implementation

bool handle(UIEvent event, T value);