Interface java.telephony.phone.events.SpeakerVolumeEv
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.phone.events.SpeakerVolumeEv
- public interface SpeakerVolumeEv
- extends Object
- extends PhoneTermEv
The SpeakerVolumeEv interface extends the PhoneTermEv interface and is
reported via the PhoneTerminalObserver interface. This event interface
indicates that the volume of a speaker component has changed.
Applications may use the getVolume() method on this interface
to obtain the new volume of the speaker component.
-
ID
- Event id
-
getVolume()
- Returns the volume of the speaker.
ID
public final static int ID
- Event id
getVolume
public abstract int getVolume()
- Returns the volume of the speaker.
- Returns:
- The volume of the speaker.
All Packages Class Hierarchy This Package Previous Next Index