diff --git a/VectoCore/VectoCore/Models/SimulationComponent/IDriverStrategy.cs b/VectoCore/VectoCore/Models/SimulationComponent/IDriverStrategy.cs
index 53c114f18cc84536f0277ad48d1cedd4b3067707..73b382beeb21e3eaa85a8dae4f3399d642ba313a 100644
--- a/VectoCore/VectoCore/Models/SimulationComponent/IDriverStrategy.cs
+++ b/VectoCore/VectoCore/Models/SimulationComponent/IDriverStrategy.cs
@@ -49,5 +49,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent
 		void WriteModalResults(IModalDataContainer container);
 
 		void CommitSimulationStep();
+
+		DrivingBehaviorEntry BrakeTrigger { get; }
 	}
 }
\ No newline at end of file