org.csapi.jr.se.ui
Interface UIGeneric

All Superinterfaces:
CsapiInterface, java.io.Serializable, Service, UI

public interface UIGeneric
extends UI

A generic User Interaction, providing methods to send information to, or gather information from the user. An application can use the Generic User Interaction Service Interface independently of other services.


Field Summary
 
Fields inherited from interface org.csapi.jr.se.Service
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE
 
Method Summary
 org.csapi.jr.se.ui.SendInfo createSendInfo()
          Creates a SendInfo object and returns a reference to the interface used to gain access to it's methods.
 org.csapi.jr.se.ui.SendInfoAndCollect createSendInfoAndCollect()
          Creates a SendInfoAndCollect object and returns a reference to the interface used to gain access to it's methods.
 
Methods inherited from interface org.csapi.jr.se.ui.UI
addUIListener, getOriginatingAddress, getUIManager, release, removeUIListener, setOriginatingAddress
 
Methods inherited from interface org.csapi.jr.se.Service
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback
 

Method Detail

createSendInfo

public org.csapi.jr.se.ui.SendInfo createSendInfo()
Creates a SendInfo object and returns a reference to the interface used to gain access to it's methods.

Returns:
The SendInfo interface.

createSendInfoAndCollect

public org.csapi.jr.se.ui.SendInfoAndCollect createSendInfoAndCollect()
Creates a SendInfoAndCollect object and returns a reference to the interface used to gain access to it's methods.

Returns:
The SendInfoAndCollect interface.