org.mobicents.slee.resource.parlay.csapi.jr.ui
Class IpAppUIOperationsDelegate

java.lang.Object
  extended by org.mobicents.slee.resource.parlay.csapi.jr.ui.IpAppUIOperationsDelegate
All Implemented Interfaces:
org.csapi.IpInterfaceOperations, org.csapi.ui.IpAppUIOperations

public class IpAppUIOperationsDelegate
extends java.lang.Object
implements org.csapi.ui.IpAppUIOperations

Used where same callbacks used in several IpApps


Constructor Summary
IpAppUIOperationsDelegate(UIManager uiManager, EDU.oswego.cs.dl.util.concurrent.Executor[] executors)
           
 
Method Summary
 void sendInfoAndCollectErr(int userInteractionSessionID, int assignmentID, org.csapi.ui.TpUIError error)
           
 void sendInfoAndCollectRes(int userInteractionSessionID, int assignmentID, org.csapi.ui.TpUIReport response, java.lang.String collectedInfo)
           
 void sendInfoErr(int userInteractionSessionID, int assignmentID, org.csapi.ui.TpUIError error)
           
 void sendInfoRes(int userInteractionSessionID, int assignmentID, org.csapi.ui.TpUIReport response)
           
 void userInteractionFaultDetected(int userInteractionSessionID, org.csapi.ui.TpUIFault fault)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpAppUIOperationsDelegate

public IpAppUIOperationsDelegate(UIManager uiManager,
                                 EDU.oswego.cs.dl.util.concurrent.Executor[] executors)
Method Detail

sendInfoRes

public void sendInfoRes(int userInteractionSessionID,
                        int assignmentID,
                        org.csapi.ui.TpUIReport response)
Specified by:
sendInfoRes in interface org.csapi.ui.IpAppUIOperations

sendInfoErr

public void sendInfoErr(int userInteractionSessionID,
                        int assignmentID,
                        org.csapi.ui.TpUIError error)
Specified by:
sendInfoErr in interface org.csapi.ui.IpAppUIOperations

sendInfoAndCollectRes

public void sendInfoAndCollectRes(int userInteractionSessionID,
                                  int assignmentID,
                                  org.csapi.ui.TpUIReport response,
                                  java.lang.String collectedInfo)
Specified by:
sendInfoAndCollectRes in interface org.csapi.ui.IpAppUIOperations

sendInfoAndCollectErr

public void sendInfoAndCollectErr(int userInteractionSessionID,
                                  int assignmentID,
                                  org.csapi.ui.TpUIError error)
Specified by:
sendInfoAndCollectErr in interface org.csapi.ui.IpAppUIOperations

userInteractionFaultDetected

public void userInteractionFaultDetected(int userInteractionSessionID,
                                         org.csapi.ui.TpUIFault fault)
Specified by:
userInteractionFaultDetected in interface org.csapi.ui.IpAppUIOperations


Copyright © 2009. All Rights Reserved.