edu.upc.dama.dex.io
Interface LoaderListener


public interface LoaderListener

Interface to receive events from a Loader.

See Also:
Loader, Loader.LoaderEvent
Author:
Sparsity Technologies

Method Summary
 void loadProgress(Loader.LoaderEvent le)
          Method to receive events from a Loader.
 

Method Detail

loadProgress

void loadProgress(Loader.LoaderEvent le)
Method to receive events from a Loader.

Parameters:
le - Loader.LoaderEvent with information from a running Loader.