org.csapi.jr.se.ui
Interface Constants


public interface Constants

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


Field Summary
static int UI_FINAL_REQUEST
          This is the final request.
static int UI_LAST_ANNOUNCEMENT_IN_A_ROW
          This is the final announcement within a sequence.
static int UI_RESPONSE_REQUIRED
          The User Interaction Call shall send a response when the request has completed.
 

Field Detail

UI_RESPONSE_REQUIRED

public static final int UI_RESPONSE_REQUIRED
The User Interaction Call shall send a response when the request has completed.

See Also:
Constant Field Values

UI_LAST_ANNOUNCEMENT_IN_A_ROW

public static final int UI_LAST_ANNOUNCEMENT_IN_A_ROW
This is the final announcement within a sequence. It might, however, be that additional announcements will be requested at a later moment. The User Interaction Call service may release any used resources in the network. The UI object will not be released.

See Also:
Constant Field Values

UI_FINAL_REQUEST

public static final int UI_FINAL_REQUEST
This is the final request. The UI object will be released after the information has been presented to the user.

See Also:
Constant Field Values