OnFloorSelectionChangedListener typedef

OnFloorSelectionChangedListener = void Function(MPFloor newFloor)

Listener that is invoked when the active floor is changed

Implementation

typedef OnFloorSelectionChangedListener = void Function(MPFloor newFloor);