//! Events emitted by a [`struct@crate::ui::Desktop`].
//!
//! Implement [`DesktopEvents`] on your desktop type to run startup logic,
//! intercept close, and observe how many windows are open.
use crate*;
/// Events from a [`struct@crate::ui::Desktop`].
///
/// Implement this on your desktop type to run startup logic, intercept close,
/// and observe how many windows are open.