toolbox.ftp
Interface FTPGetListener

Package class diagram package FTPGetListener

public interface FTPGetListener

A simple interface that can be implemented to receive notifications of FTPGetEvent instances.


Method Summary
 void onFTPGetEvent(FTPGetEvent event)
          Receive notification of a FTPGetEvent.
 

Method Detail

onFTPGetEvent

void onFTPGetEvent(FTPGetEvent event)
Receive notification of a FTPGetEvent.

Parameters:
event - The FTPGetEvent instance.