org.mitre.jdas.event
Class KeypadEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.mitre.jdas.ControllerEvent
              |
              +--org.mitre.jdas.event.KeypadEvent
All Implemented Interfaces:
java.io.Serializable

public class KeypadEvent
extends ControllerEvent

KeypadEvent extends ControllerEvent to specify id's appropriate to keypad events. The fields are (hopefully) intuitively obvious from the documentation of Controller.

See Also:
Serialized Form

Field Summary
static int OFF_HOOK
           
static int ON_HOOK
           
static int TOUCHTONE_0
           
static int TOUCHTONE_1
           
static int TOUCHTONE_2
           
static int TOUCHTONE_3
           
static int TOUCHTONE_4
           
static int TOUCHTONE_5
           
static int TOUCHTONE_6
           
static int TOUCHTONE_7
           
static int TOUCHTONE_8
           
static int TOUCHTONE_9
           
static int TOUCHTONE_HASH
           
static int TOUCHTONE_STAR
           
 
Fields inherited from class org.mitre.jdas.ControllerEvent
id
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
KeypadEvent(java.lang.Object source, int id)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.mitre.jdas.ControllerEvent
getID
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OFF_HOOK

public static final int OFF_HOOK

ON_HOOK

public static final int ON_HOOK

TOUCHTONE_1

public static final int TOUCHTONE_1

TOUCHTONE_2

public static final int TOUCHTONE_2

TOUCHTONE_3

public static final int TOUCHTONE_3

TOUCHTONE_4

public static final int TOUCHTONE_4

TOUCHTONE_5

public static final int TOUCHTONE_5

TOUCHTONE_6

public static final int TOUCHTONE_6

TOUCHTONE_7

public static final int TOUCHTONE_7

TOUCHTONE_8

public static final int TOUCHTONE_8

TOUCHTONE_9

public static final int TOUCHTONE_9

TOUCHTONE_STAR

public static final int TOUCHTONE_STAR

TOUCHTONE_0

public static final int TOUCHTONE_0

TOUCHTONE_HASH

public static final int TOUCHTONE_HASH
Constructor Detail

KeypadEvent

public KeypadEvent(java.lang.Object source,
                   int id)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject