|
JSR-927 (Maintenance Release) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
javax.media.GainChangeEvent
A GainChangeEvent is posted by a
GainControl when its state has been updated.
GainControl,
GainChangeListener,
Serialized Form| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
GainChangeEvent(GainControl from,
boolean mute,
float dB,
float level)
|
|
| Method Summary | |
float |
getDB()
Get the GainControl's new gain value in dB. |
float |
getLevel()
Get the GainControl's new gain value in the level scale. |
boolean |
getMute()
Get the GainControl's new mute value. |
java.lang.Object |
getSource()
Get the object that posted this event. |
GainControl |
getSourceGainControl()
Get the GainControl that posted this event. |
| Methods inherited from class java.util.EventObject |
toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GainChangeEvent(GainControl from,
boolean mute,
float dB,
float level)
| Method Detail |
public java.lang.Object getSource()
getSource in interface MediaEventpublic GainControl getSourceGainControl()
GainControl that posted this event.
GainControl that posted this event.public float getDB()
GainControl's new gain value in dB.
GainControl's new gain value, in dB.public float getLevel()
GainControl's new gain value in the level scale.
GainControl's new gain, in the level scale.public boolean getMute()
GainControl's new mute value.
GainControl's new mute value.
|
JSR-927 (Maintenance Release) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||