1 2 3 4 5 6 7
package com.jsyn.util; import com.jsyn.unitgen.UnitVoice; public interface VoiceOperation { public void operate(UnitVoice voice); }