public final class Dial
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Dial.Listener
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static Dial.Listener |
listener
The listener that will receive status change messages.
|
| Constructor and Description |
|---|
Dial() |
| Modifier and Type | Method and Description |
|---|---|
static void |
hangup()
Deprecated.
|
static void |
number(java.lang.String number)
Dials the given number.
|
public static Dial.Listener listener
public static void number(java.lang.String number)
throws IOException
IOException@Deprecated public static void hangup()