package de.ctdo.crashtest.domotics; public interface IExtraSoundControl { void playJingle(String name); }