Trait wayland_server::sources::TimerEventSourceHandler
[−]
[src]
pub trait TimerEventSourceHandler {
fn timeout(&mut self, evlh: &mut EventLoopHandle);
}Trait for handlers for timer event sources
Required Methods
fn timeout(&mut self, evlh: &mut EventLoopHandle)
The countdown has reached zero