javax.media
Class GainChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.media.GainChangeEvent
All Implemented Interfaces:
Serializable, MediaEvent

public class GainChangeEvent
extends EventObject
implements MediaEvent

See Also:
Serialized Form

Constructor Summary
GainChangeEvent(GainControl from, boolean mute, float dB, float level)
           
 
Method Summary
 float getDB()
           
 float getLevel()
           
 boolean getMute()
           
 Object getSource()
          The object on which the Event initially occurred.
 GainControl getSourceGainControl()
           
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GainChangeEvent

public GainChangeEvent(GainControl from,
                       boolean mute,
                       float dB,
                       float level)
Method Detail

getSource

public Object getSource()
Description copied from class: EventObject
The object on which the Event initially occurred.

Specified by:
getSource in interface MediaEvent
Overrides:
getSource in class EventObject
Returns:
The object on which the Event initially occurred.

getSourceGainControl

public GainControl getSourceGainControl()

getDB

public float getDB()

getLevel

public float getLevel()

getMute

public boolean getMute()