FileDocCategorySizeDatePackage
PhoneDial.javaAPI DocJ2ME MIDP 2.01330Thu Nov 07 12:02:22 GMT 2002com.sun.midp.lcdui

PhoneDial

public class PhoneDial extends Object
PhoneDial allows for UI java code to access the phones native features.

Fields Summary
Constructors Summary
Methods Summary
public static booleancall(java.lang.String phoneNumber)
The call methods gets a phone call made.

param
phoneNumber the phoneNumber to be called in string format
return
true if the service is available

	System.out.println("phoneNumber is call "+phoneNumber);
	// native function would need to handle the actual call
	return true;