IUnitHandlerTrait

Trait IUnitHandlerTrait 

Source
pub trait IUnitHandlerTrait {
    // Required methods
    unsafe fn notifyUnitSelection(&self, unitId: UnitID) -> tresult;
    unsafe fn notifyProgramListChange(
        &self,
        listId: ProgramListID,
        programIndex: int32,
    ) -> tresult;
}

Required Methods§

Source

unsafe fn notifyUnitSelection(&self, unitId: UnitID) -> tresult

Source

unsafe fn notifyProgramListChange( &self, listId: ProgramListID, programIndex: int32, ) -> tresult

Implementors§