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.
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. |
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.