Expose sound types being enabled or disabled
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@646 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.threerings.media.sound;
|
||||
|
||||
import com.threerings.media.sound.SoundPlayer.SoundType;
|
||||
|
||||
/**
|
||||
* Exposes a {@link SoundType} being enabled or disabled in {@link SoundPlayer}.
|
||||
*/
|
||||
public interface SoundEnabledObserver
|
||||
{
|
||||
/**
|
||||
* Called when the given type is either enabled or disabled.
|
||||
*/
|
||||
void enabledChanged(SoundType type, boolean enabled);
|
||||
}
|
||||
Reference in New Issue
Block a user