|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.tuneology.avm.mixer.MixerEvent
This class represents a callback event from an audio mixer.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
MixerEvent(AudioMixer m,
MixerElement chnl,
int mask)
|
Method Summary | |
int |
getMask()
|
AudioMixer |
getMixer()
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MixerEvent(AudioMixer m, MixerElement chnl, int mask)
Method Detail |
public AudioMixer getMixer()
public int getMask()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |