networking.client
Interface IFileClient

All Superinterfaces:
IConnectInfo
All Known Implementing Classes:
FileFrame

public interface IFileClient
extends IConnectInfo

IFileClient represents an object for interaction with ClientFileThread


Method Summary
 void error(java.lang.Exception e)
          Report error
 void onDisconnect()
          Disconnect handler
 void onReject(Message msg)
          Reject handler
 void onSuccess()
          Success handler
 
Methods inherited from interface networking.client.IConnectInfo
getHost, getPort
 

Method Detail

onReject

void onReject(Message msg)
Reject handler


onDisconnect

void onDisconnect()
Disconnect handler


onSuccess

void onSuccess()
Success handler


error

void error(java.lang.Exception e)
Report error

Parameters:
e - exception


Copyright © 2009 Alexey Veremenko. All rights reserved.