Trait android_ffi::SyncEventHandler [] [src]

pub trait SyncEventHandler {
    fn handle(&mut self, event: &Event);
}

Required Methods

Implementors