com.mot.iden.device.controls
Interface VolumeControl

All Superinterfaces:
Control

public interface VolumeControl
extends Control

This interface is for controlling the volume step of 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 getVolume()
          This method returns the notification's volume step.
 void setVolume(int vol)
           
 

Method Detail

getVolume

public int getVolume()
This method returns the notification's volume step.

Returns:
An integer 0 - 5.

setVolume

public void setVolume(int vol)
               throws java.lang.IllegalArgumentException
Parameters:
vol - An int 0 - 5.
Throws:
java.lang.IllegalArgumentException