edu.virginia.cs.mng.hypercast.demo
Interface I_MFTPCallBack

All Known Implementing Classes:
MFTP_Gui, MFTP_Text

public abstract interface I_MFTPCallBack

This interface permits an user to receive a method call each time sending or receiving or deleting a file.


Method Summary
 void ackInfoarrived(java.lang.String s)
          This method is called when an acknowledgement information arrives
 void statusInfoarrived(java.lang.String s)
          This method is called when a status information arrives
 

Method Detail

statusInfoarrived

public void statusInfoarrived(java.lang.String s)
This method is called when a status information arrives

ackInfoarrived

public void ackInfoarrived(java.lang.String s)
This method is called when an acknowledgement information arrives