neto
Interface ProgressListener

All Superinterfaces:
java.util.EventListener

public interface ProgressListener
extends java.util.EventListener

Interface to be implemented in an application. This way, it is possible to receive data from NetO about the progress of the exchange of files.

Author:
Vincent Ramp
See Also:
ProgressEvent

Method Summary
 void Progress(ProgressEvent e)
          Function to be implemented in an application.
 

Method Detail

Progress

public void Progress(ProgressEvent e)
Function to be implemented in an application.

Parameters:
e - ProgressEvent object
See Also:
ProgressEvent