Class MAPExample

java.lang.Object
  extended by MAPExample
All Implemented Interfaces:
MAPDialogListener, MAPServiceListener

public class MAPExample
extends java.lang.Object
implements MAPDialogListener, MAPServiceListener


Method Summary
static void main(java.lang.String[] args)
           
 void onMAPAcceptInfo(MAPAcceptInfo mapAccptInfo)
           
 void onMAPCloseInfo(MAPCloseInfo mapCloseInfo)
           
 void onMAPOpenInfo(MAPOpenInfo mapOpenInfo)
           
 void onMAPProviderAbortInfo(MAPProviderAbortInfo mapProviderAbortInfo)
           
 void onMAPRefuseInfo(MAPRefuseInfo mapRefuseInfo)
           
 void onMAPUserAbortInfo(MAPUserAbortInfo mapUserAbortInfo)
           
 void onProcessUnstructuredSSIndication(ProcessUnstructuredSSIndication procUnstrInd)
           
 void onUnstructuredSSIndication(UnstructuredSSIndication unstrInd)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
         throws java.lang.Exception
Throws:
java.lang.Exception

onMAPAcceptInfo

public void onMAPAcceptInfo(MAPAcceptInfo mapAccptInfo)
Specified by:
onMAPAcceptInfo in interface MAPDialogListener

onMAPCloseInfo

public void onMAPCloseInfo(MAPCloseInfo mapCloseInfo)
Specified by:
onMAPCloseInfo in interface MAPDialogListener

onMAPOpenInfo

public void onMAPOpenInfo(MAPOpenInfo mapOpenInfo)
Specified by:
onMAPOpenInfo in interface MAPDialogListener

onMAPProviderAbortInfo

public void onMAPProviderAbortInfo(MAPProviderAbortInfo mapProviderAbortInfo)
Specified by:
onMAPProviderAbortInfo in interface MAPDialogListener

onMAPRefuseInfo

public void onMAPRefuseInfo(MAPRefuseInfo mapRefuseInfo)
Specified by:
onMAPRefuseInfo in interface MAPDialogListener

onMAPUserAbortInfo

public void onMAPUserAbortInfo(MAPUserAbortInfo mapUserAbortInfo)
Specified by:
onMAPUserAbortInfo in interface MAPDialogListener

onProcessUnstructuredSSIndication

public void onProcessUnstructuredSSIndication(ProcessUnstructuredSSIndication procUnstrInd)
Specified by:
onProcessUnstructuredSSIndication in interface MAPServiceListener

onUnstructuredSSIndication

public void onUnstructuredSSIndication(UnstructuredSSIndication unstrInd)
Specified by:
onUnstructuredSSIndication in interface MAPServiceListener

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011. All Rights Reserved.