package com.jsyn.util; import com.jsyn.unitgen.UnitVoice; public interface VoiceOperation { public void operate(UnitVoice voice); }