Uses of Interface
pl.mn.communicator.IServer

Packages that use IServer
pl.mn.communicator   
pl.mn.communicator.event   
 

Uses of IServer in pl.mn.communicator
 

Classes in pl.mn.communicator that implement IServer
 class Server
           
 

Methods in pl.mn.communicator that return IServer
 IServer DefaultConnectionService.getServer()
           
 IServer IConnectionService.getServer()
          Get server user is currently connected to, returns null if user is not connected to any server.
 IServer DefaultConnectionService.lookupServer(int uin)
           
 IServer IConnectionService.lookupServer(int uin)
           
 

Methods in pl.mn.communicator with parameters of type IServer
 void DefaultConnectionService.connect(IServer server)
           
 void IConnectionService.connect(IServer server)
          Tries to connect to Gadu-Gadu server that has been previously assigned to Session instance.
 

Uses of IServer in pl.mn.communicator.event
 

Methods in pl.mn.communicator.event with parameters of type IServer
 void PingListener.pingSent(IServer server)
           
 void PingListener.Stub.pingSent(IServer server)
           
 void PingListener.pongReceived(IServer server)
           
 void PingListener.Stub.pongReceived(IServer server)
           
 



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