[][src]Trait uniui_gui::DataProcessor

pub trait DataProcessor {
    pub fn process_data(
        &mut self,
        _msec_since_app_start: i64,
        _app: &mut dyn Application
    ) { ... } }

May be inserted into crate::Application to regularry process the data.

Provided methods

pub fn process_data(
    &mut self,
    _msec_since_app_start: i64,
    _app: &mut dyn Application
)
[src]

Will be called by crate::Application time to time

  • _msec_since_app_start -- milliseconds since application start
  • _app -- mutable reference to the application
Loading content...

Implementors

Loading content...