Uses of Interface
i3mclient.communication.ServerMethodListener

Packages that use ServerMethodListener
i3mclient.communication   
i3mclient.config   
i3mclient.discussion   
i3mclient.findusers   
i3mclient.i3m   
i3mclient.searchweb   
i3mclient.shapeboard   
i3mclient.test   
 

Uses of ServerMethodListener in i3mclient.communication
 

Subinterfaces of ServerMethodListener in i3mclient.communication
 interface SMAddBuddyListener
          Asynchron call listener.
 interface SMChangeBuddyGroupListener
          Asynchron call listener.
 interface SMCreateAccountListener
          Asynchron call listener.
 interface SMCreateConferenceListener
          Asynchron call listener.
 interface SMDeleteAccountListener
          Asynchron call listener.
 interface SMFindUsersListener
          Asynchron call listener.
 interface SMGetBuddyListListener
          Asynchron call listener.
 interface SMGetChatListListener
          Asynchron call listener.
 interface SMGetDailyComicListener
          Asynchron call listener.
 interface SMGetDiscussionMembersListener
          Asynchron call listener.
 interface SMGetMessagesListener
          Asynchron call listener.
 interface SMGetOfflineMessagesListener
          Asynchron call listener.
 interface SMGetPublicKeyListener
          Asynchron call listener.
 interface SMGetUserDataListener
          Asynchron call listener.
 interface SMGetVersionListener
          Asynchron call listener.
 interface SMInviteUserListener
          Asynchron call listener.
 interface SMJoinChatListener
          Asynchron call listener.
 interface SMLeaveDiscussionListener
          Asynchron call listener.
 interface SMLoginAccountListener
          Asynchron call listener.
 interface SMLogoutAccountListener
          Asynchron call listener.
 interface SMRemoveBuddyListener
          Asynchron call listener.
 interface SMSearchWebListener
          Asynchron call listener.
 interface SMSendFaxListener
          Asynchron call listener.
 interface SMSendMessageListener
          Asynchron call listener.
 interface SMSetStatusListener
          Asynchron call listener.
 interface SMSetUserDataListener
          Asynchron call listener.
 interface SMTranslateListener
          Asynchron call listener.
 

Fields in i3mclient.communication declared as ServerMethodListener
 ServerMethodListener Communication.AsynchronCallItem.listener
          This listener will be informed after the call
 

Constructors in i3mclient.communication with parameters of type ServerMethodListener
Communication.AsynchronCallItem(int methodSet, ServerMethodListener listenerSet, boolean swtThreadRequiredSet, Vector parameterSet)
          Constructor.
 

Uses of ServerMethodListener in i3mclient.config
 

Classes in i3mclient.config that implement ServerMethodListener
 class Config
          Logic for configGUI.
 

Uses of ServerMethodListener in i3mclient.discussion
 

Classes in i3mclient.discussion that implement ServerMethodListener
 class Discussion
          Logic for DiscussionGUI.
 

Uses of ServerMethodListener in i3mclient.findusers
 

Classes in i3mclient.findusers that implement ServerMethodListener
 class FindUsers
          Logic of FindusersGUI.
 

Uses of ServerMethodListener in i3mclient.i3m
 

Classes in i3mclient.i3m that implement ServerMethodListener
 class I3M
          The logic of the main window of I3M.
 class LoginGUI
          Creates the login window.
 class TranslationGUI
          GUI to translate text.
 

Uses of ServerMethodListener in i3mclient.searchweb
 

Classes in i3mclient.searchweb that implement ServerMethodListener
 class SearchWeb
          The logic of the seach web window.
 

Uses of ServerMethodListener in i3mclient.shapeboard
 

Classes in i3mclient.shapeboard that implement ServerMethodListener
 class ShapeBoard
          The logic of the shapeboard
 

Uses of ServerMethodListener in i3mclient.test
 

Classes in i3mclient.test that implement ServerMethodListener
 class PerformanceTest