client.net.transfer
Class RecieveInetrruptionEvent

java.lang.Object
  extended by client.net.transfer.RecieveInetrruptionEvent

public class RecieveInetrruptionEvent
extends java.lang.Object


Constructor Summary
RecieveInetrruptionEvent(FileReceiver f, java.lang.Exception cause)
          Creates a new instance of RecieveInetrruptionEvent
 
Method Summary
 java.lang.Exception getCause()
           
 FileReceiver getFileReciever()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecieveInetrruptionEvent

public RecieveInetrruptionEvent(FileReceiver f,
                                java.lang.Exception cause)
Creates a new instance of RecieveInetrruptionEvent

Method Detail

getCause

public java.lang.Exception getCause()

getFileReciever

public FileReceiver getFileReciever()