Uses of Class
shared.remotecall.ServerResponse

Packages that use ServerResponse
client   
 

Uses of ServerResponse in client
 

Methods in client that return ServerResponse
static ServerResponse ServerRequester.sendClientRequest(ClientRequest clientRequest)
          Sends a client request to the netcalendar server end receives a server response object.
 

Methods in client with parameters of type ServerResponse
 void NetCalendarClient.update(ServerResponse serverResponse)
          This method updates the GUI unsing a given server response object.