//! Events emitted by a [`struct@super::NumericSelector`].
//!
//! Implement [`GenericNumericSelectorEvents`] on a window (or other parent) to
//! react when the numeric value changes.
use TypeId;
use crate::;
/// Events from a [`struct@super::NumericSelector`].
///
/// Because the selector is generic, the control is identified by a type-erased `handle`
/// and `type_id`. Default methods return [`EventProcessStatus::Ignored`].
pub