com.mot.iden.device.controls
Interface RingerControl

All Superinterfaces:
Control

public interface RingerControl
extends Control

This interface is for controlling the ring style a radio feature. MOTOROLA and the Stylized M Logo are registered trademarks of Motorola, Inc. Reg. U.S. Pat. & Tm. Off.
© Copyright 2003 Motorola, Inc. All Rights Reserved.



Method Summary
 int getRinger()
          This method returns the notification's ringer index.
 void setRinger(int ringer)
          This method sets the notification's ringer index.
 

Method Detail

getRinger

public int getRinger()
This method returns the notification's ringer index.

Returns:
An index to the ringer array.
See Also:
com.mot.iden.device.AudioManager.getRingerList()

setRinger

public void setRinger(int ringer)
               throws java.lang.IllegalArgumentException
This method sets the notification's ringer index.

Parameters:
ringer - An index to the ringer array.
Throws:
java.lang.IllegalArgumentException
See Also:
com.mot.iden.device.AudioManager.getRingerList()