Interface IOpModeKonfigurationObserver
-
- All Known Implementing Classes:
OpModeMgr
public interface IOpModeKonfigurationObserver
- Version:
- 1.0.0
- Author:
- schuette
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onKonfigurationChange(OpModeKonfiguration konfiguration)
-
-
-
Method Detail
-
onKonfigurationChange
void onKonfigurationChange(OpModeKonfiguration konfiguration)
- Parameters:
konfiguration
- eine evtl. neue Konfiguration ist aktuell
-
-