Uses of Class
com.skype.tutorial.util.MySession

Packages that use MySession
com.skype.tutorial.step1   
com.skype.tutorial.step10   
com.skype.tutorial.step11   
com.skype.tutorial.step12   
com.skype.tutorial.step2   
com.skype.tutorial.step3   
com.skype.tutorial.step4   
com.skype.tutorial.step5   
com.skype.tutorial.step6   
com.skype.tutorial.step7   
com.skype.tutorial.step8   
com.skype.tutorial.step9   
com.skype.tutorial.util   
 

Uses of MySession in com.skype.tutorial.step1
 

Fields in com.skype.tutorial.step1 declared as MySession
private static MySession Tutorial_1.mySession
           
 

Uses of MySession in com.skype.tutorial.step10
 

Fields in com.skype.tutorial.step10 declared as MySession
private static MySession Tutorial_10.mySession
           
 

Methods in com.skype.tutorial.step10 with parameters of type MySession
(package private)  void Tutorial_10.doPublicChat(MySession mySession)
          Join a conversation.
 

Uses of MySession in com.skype.tutorial.step11
 

Fields in com.skype.tutorial.step11 declared as MySession
private static MySession Tutorial_11.mySession
           
 

Methods in com.skype.tutorial.step11 with parameters of type MySession
(package private)  void Tutorial_11.doApp2AppDatagram(MySession mySession, java.lang.String myContactName)
          Make a datagram-based command-line chat between two instances of the same SkypeKit client.
 

Uses of MySession in com.skype.tutorial.step12
 

Fields in com.skype.tutorial.step12 declared as MySession
private static MySession Tutorial_12.mySession
           
 

Methods in com.skype.tutorial.step12 with parameters of type MySession
(package private)  void Tutorial_12.doEventHistory(MySession mySession)
          Handles event history.
(package private)  void Tutorial_12.doRenderHistory(MySession mySession, com.skype.api.Message[] myMessages)
          Processes messages associated with a Conversation.
 

Uses of MySession in com.skype.tutorial.step2
 

Fields in com.skype.tutorial.step2 declared as MySession
private static MySession Tutorial_2.mySession
           
 

Methods in com.skype.tutorial.step2 with parameters of type MySession
(package private)  void Tutorial_2.doConversation(MySession mySession)
          Finds and list conversations List the display name of my conversations associated with the participants listed in Tutorial_2.participantNames. List the type and display name of all my conversations.
 

Uses of MySession in com.skype.tutorial.step3
 

Fields in com.skype.tutorial.step3 declared as MySession
private static MySession Tutorial_3.mySession
           
 

Methods in com.skype.tutorial.step3 with parameters of type MySession
(package private)  void Tutorial_3.doChat(MySession mySession)
          Capture chat messages sent to us, and echo it to the console.
 

Uses of MySession in com.skype.tutorial.step4
 

Fields in com.skype.tutorial.step4 declared as MySession
private static MySession Tutorial_4.mySession
           
 

Methods in com.skype.tutorial.step4 with parameters of type MySession
(package private)  void Tutorial_4.doContacts(MySession mySession)
          Find Contacts associated with this user (if any), and wait for changes in their availability/status.
 

Uses of MySession in com.skype.tutorial.step5
 

Fields in com.skype.tutorial.step5 declared as MySession
private static MySession Tutorial_5.mySession
           
 

Methods in com.skype.tutorial.step5 with parameters of type MySession
(package private)  void Tutorial_5.doAcceptCalls(MySession mySession)
          Find available input/output devices, then wait for incoming calls..
 

Uses of MySession in com.skype.tutorial.step6
 

Fields in com.skype.tutorial.step6 declared as MySession
private static MySession Tutorial_6.mySession
           
 

Methods in com.skype.tutorial.step6 with parameters of type MySession
(package private)  void Tutorial_6.doMakeCall(MySession mySession, java.lang.String myCallTarget)
          Call someone in your Contacts.
 

Uses of MySession in com.skype.tutorial.step7
 

Fields in com.skype.tutorial.step7 declared as MySession
private static MySession Tutorial_7.mySession
           
 

Methods in com.skype.tutorial.step7 with parameters of type MySession
(package private)  void Tutorial_7.doMakeConferenceCall(MySession mySession, java.lang.String[] myCallTargets)
          Conference with at least two other participants.
 

Uses of MySession in com.skype.tutorial.step8
 

Fields in com.skype.tutorial.step8 declared as MySession
private static MySession Tutorial_8.mySession
           
 

Methods in com.skype.tutorial.step8 with parameters of type MySession
(package private)  void Tutorial_8.doPstnContact(MySession mySession, java.lang.String pstn, java.lang.String displayName, java.lang.String commandOpt)
          List, add, or delete Contacts.
 

Uses of MySession in com.skype.tutorial.step9
 

Fields in com.skype.tutorial.step9 declared as MySession
private static MySession Tutorial_9.mySession
           
 

Methods in com.skype.tutorial.step9 with parameters of type MySession
(package private)  void Tutorial_9.doGetContactRequest(MySession mySession)
          Handles Contact authorization requests.
 

Uses of MySession in com.skype.tutorial.util
 

Fields in com.skype.tutorial.util declared as MySession
private  MySession JavaTutorialListeners.mySession
          Initialized session instance providing access to this sessions's Skype instance, Account instance, tutorial tag, and so forth
 

Methods in com.skype.tutorial.util with parameters of type MySession
 boolean SignInMgr.Login(java.lang.String myTutorialTag, MySession mySession, java.lang.String myAccountPword)
          Common SkypeKit tutorial login processing.
 void SignInMgr.Logout(java.lang.String myTutorialTag, MySession mySession)
          Common SkypeKit tutorial logout processing.
 

Constructors in com.skype.tutorial.util with parameters of type MySession
JavaTutorialListeners(MySession mySession)