org.csapi.jr.se.termcap
Interface Constants


public interface Constants

This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.termcap


Field Summary
static int TERMINAL_CAPABILITY_CHANGE_CRITERIA_GENERAL
          Any change in the terminal capabilities.
static int TERMINAL_CAPABILITY_CHANGE_CRITERIA_HW_UPDATE
          The terminal device hardware has been modified or replaced completely.
static int TERMINAL_CAPABILITY_CHANGE_CRITERIA_INITIAL
          The initial device capabilities reported when monitoring has been started by an application.
static int TERMINAL_CAPABILITY_CHANGE_CRITERIA_SW_UPDATE
          The software of the terminal has been updated in any way.
static int TERMINAL_CAPABILITY_CHANGE_CRITERIA_UNDEFINED
          Undefined
 

Field Detail

TERMINAL_CAPABILITY_CHANGE_CRITERIA_UNDEFINED

public static final int TERMINAL_CAPABILITY_CHANGE_CRITERIA_UNDEFINED
Undefined

See Also:
Constant Field Values

TERMINAL_CAPABILITY_CHANGE_CRITERIA_GENERAL

public static final int TERMINAL_CAPABILITY_CHANGE_CRITERIA_GENERAL
Any change in the terminal capabilities.

See Also:
Constant Field Values

TERMINAL_CAPABILITY_CHANGE_CRITERIA_HW_UPDATE

public static final int TERMINAL_CAPABILITY_CHANGE_CRITERIA_HW_UPDATE
The terminal device hardware has been modified or replaced completely.

See Also:
Constant Field Values

TERMINAL_CAPABILITY_CHANGE_CRITERIA_SW_UPDATE

public static final int TERMINAL_CAPABILITY_CHANGE_CRITERIA_SW_UPDATE
The software of the terminal has been updated in any way. Also changes in configuration or preferences may be concerned.

See Also:
Constant Field Values

TERMINAL_CAPABILITY_CHANGE_CRITERIA_INITIAL

public static final int TERMINAL_CAPABILITY_CHANGE_CRITERIA_INITIAL
The initial device capabilities reported when monitoring has been started by an application.

See Also:
Constant Field Values