Uses of Interface
pl.mn.communicator.IUser

Packages that use IUser
pl.mn.communicator   
pl.mn.communicator.event   
pl.mn.communicator.packet.in   
pl.mn.communicator.packet.out   
 

Uses of IUser in pl.mn.communicator
 

Classes in pl.mn.communicator that implement IUser
 class User
          The class represents Gadu-Gadu user.
 

Fields in pl.mn.communicator declared as IUser
static IUser[] IUser.EMPTY_ARRAY
           
 

Methods in pl.mn.communicator with parameters of type IUser
 void DefaultPresenceService.addMonitoredUser(IUser user)
           
 void IPresenceService.addMonitoredUser(IUser user)
          Adds the user to be monitored.
 void DefaultPresenceService.changeMonitoredUserStatus(IUser user)
           
 void IPresenceService.changeMonitoredUserStatus(IUser user)
          Changes status of the currently monitored user.
protected  void DefaultPresenceService.notifyUserChangedStatus(IUser user, IRemoteStatus newStatus)
           
 void Session.SessionAccessor.notifyUserChangedStatus(IUser user, IRemoteStatus newStatus)
           
 void DefaultPresenceService.removeMonitoredUser(IUser user)
           
 void IPresenceService.removeMonitoredUser(IUser user)
          Remove the user that was previously being monitored.
 void DefaultLoginService.userStatusChanged(IUser user, IRemoteStatus newStatus)
           
 

Uses of IUser in pl.mn.communicator.event
 

Methods in pl.mn.communicator.event with parameters of type IUser
 void UserListener.userStatusChanged(IUser user, IRemoteStatus newStatus)
          The notification that the user changed the status.
 void UserListener.Stub.userStatusChanged(IUser user, IRemoteStatus newStatus)
           
 

Uses of IUser in pl.mn.communicator.packet.in
 

Methods in pl.mn.communicator.packet.in that return IUser
 IUser GGStatus.getUser()
           
 IUser GGStatus60.getUser()
           
 

Uses of IUser in pl.mn.communicator.packet.out
 

Constructors in pl.mn.communicator.packet.out with parameters of type IUser
GGNotify(IUser[] users)
           
 



Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.