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

ALARM

public static final AlertType ALARM

CONFIRMATION

public static final AlertType CONFIRMATION

ERROR

public static final AlertType ERROR

INFO

public static final AlertType INFO

WARNING

public static final AlertType WARNING
Constructor Detail

AlertType

protected AlertType()
Method Detail

playSound

public boolean playSound(Display display)