de.ilink.jtapi.makecall
Class Constants

java.lang.Object
  extended by de.ilink.jtapi.makecall.Constants

public class Constants
extends java.lang.Object

This class provides some constants for the MakeCall application.


Field Summary
static java.lang.String DIALBUTTON_CLICKED
          Action command for the event when the button for calling is clicked.
static java.lang.String DROPBUTTON_CLICKED
          Action command for the event when the button for dropping a call is clicked.
static java.lang.String PROPERTY_NAME_DROPPED
          Action command for the event when connection is dropped (off hook).
static java.lang.String PROPERTY_NAME_ESTABLISHED
          Action command for the event when the connection is established.
static java.lang.String PROPERTY_NAME_OFFERED
          Action command for the event when a incoming call is ringing on the monitored device.
static java.lang.String PROPERTY_NAME_PROVIDER_IN_SERVICE
          Action command for the event when the provider is back in service.
static java.lang.String PROPERTY_NAME_TALKING
          Action command for the event when talking.
static java.lang.String TEAMCALL_JTAPI_PEER_CLASS
           
static java.lang.String TEXTFIELD_CHANGED
          Action command for the event when the text is changed within the textt field.
static java.lang.String TEXTFIELD_ENTER
          Action command for the event when the the enter key is clicked within the text field.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEAMCALL_JTAPI_PEER_CLASS

public static final java.lang.String TEAMCALL_JTAPI_PEER_CLASS
See Also:
Constant Field Values

DIALBUTTON_CLICKED

public static final java.lang.String DIALBUTTON_CLICKED
Action command for the event when the button for calling is clicked.

See Also:
Constant Field Values

DROPBUTTON_CLICKED

public static final java.lang.String DROPBUTTON_CLICKED
Action command for the event when the button for dropping a call is clicked.

See Also:
Constant Field Values

TEXTFIELD_ENTER

public static final java.lang.String TEXTFIELD_ENTER
Action command for the event when the the enter key is clicked within the text field.

See Also:
Constant Field Values

TEXTFIELD_CHANGED

public static final java.lang.String TEXTFIELD_CHANGED
Action command for the event when the text is changed within the textt field.

See Also:
Constant Field Values

PROPERTY_NAME_TALKING

public static final java.lang.String PROPERTY_NAME_TALKING
Action command for the event when talking.

See Also:
Constant Field Values

PROPERTY_NAME_DROPPED

public static final java.lang.String PROPERTY_NAME_DROPPED
Action command for the event when connection is dropped (off hook).

See Also:
Constant Field Values

PROPERTY_NAME_PROVIDER_IN_SERVICE

public static final java.lang.String PROPERTY_NAME_PROVIDER_IN_SERVICE
Action command for the event when the provider is back in service.

See Also:
Constant Field Values

PROPERTY_NAME_ESTABLISHED

public static final java.lang.String PROPERTY_NAME_ESTABLISHED
Action command for the event when the connection is established.

See Also:
Constant Field Values

PROPERTY_NAME_OFFERED

public static final java.lang.String PROPERTY_NAME_OFFERED
Action command for the event when a incoming call is ringing on the monitored device.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()