| 449 | The concept of an "action" is defined by the type of Widget. |
| 450 | */ |
| 451 | struct ActionEvent : BaseEvent {}; |
| 452 | virtual void onAction(const ActionEvent& e) {} |
| 453 | |
| 454 | /** Occurs after the value of a Widget changes. |
nothing calls this directly
no outgoing calls
no test coverage detected