DCT Lightfoot v3 API specification

javax.microedition.lcdui
Class AlertType

java.lang.Object
  |
  +--javax.microedition.lcdui.AlertType

public class AlertType
extends Object

Alert types are different types of alerts


Field Summary
static AlertType ALARM
          The alarm type
static AlertType CONFIRMATION
          The confirmation type
static AlertType ERROR
          The error type
static AlertType INFO
          The info type
static AlertType WARNING
          The warning type
 
Constructor Summary
protected AlertType()
          Create a new alert type - only for subclasses
 
Method Summary
 boolean playSound(Display display)
          Play a sound
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALARM

public static final AlertType ALARM
The alarm type


CONFIRMATION

public static final AlertType CONFIRMATION
The confirmation type


ERROR

public static final AlertType ERROR
The error type


INFO

public static final AlertType INFO
The info type


WARNING

public static final AlertType WARNING
The warning type

Constructor Detail

AlertType

protected AlertType()
Create a new alert type - only for subclasses

Method Detail

playSound

public boolean playSound(Display display)
Play a sound

Parameters:
display - The display

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification