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.


Variable Index

 o ID
Event id

Method Index

 o getVolume()
Returns the volume of the speaker.

Variables

 o ID
  public final static int ID
Event id

Methods

 o 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