javax.microedition.lcdui
Class AlertType

java.lang.Object
  extended by javax.microedition.lcdui.AlertType

public class AlertType
extends Object


Field Summary
static AlertType ALARM
           
static AlertType CONFIRMATION
           
static AlertType ERROR
           
static AlertType INFO
           
static AlertType WARNING
           
 
Constructor Summary
protected AlertType()
           
 
Method Summary
 boolean playSound(Display display)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO

public static final AlertType INFO

WARNING

public static final AlertType WARNING

ERROR

public static final AlertType ERROR

ALARM

public static final AlertType ALARM

CONFIRMATION

public static final AlertType CONFIRMATION
Constructor Detail

AlertType

protected AlertType()
Method Detail

playSound

public boolean playSound(Display display)


Copyright © 2006-2007 Jayway AB. All Rights Reserved.