package com.nokia.mid.sound;

public interface SoundListener
{

 public void soundStateChanged(Sound sound_1, int int_1);
 
}