edu.upc.dama.dex.script
Class DefaultScriptLoaderListener

java.lang.Object
  extended by edu.upc.dama.dex.script.DefaultScriptLoaderListener
All Implemented Interfaces:
LoaderListener

public class DefaultScriptLoaderListener
extends java.lang.Object
implements LoaderListener

Default LoaderListener used on Load scripts.

Author:
Sparsity Technologies

Constructor Summary
DefaultScriptLoaderListener()
          Default constructor.
 
Method Summary
 void loadProgress(Loader.LoaderEvent le)
          Default Load script method to receive events from a Loader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultScriptLoaderListener

public DefaultScriptLoaderListener()
Default constructor.

Method Detail

loadProgress

public void loadProgress(Loader.LoaderEvent le)
Default Load script method to receive events from a Loader.

Specified by:
loadProgress in interface LoaderListener
Parameters:
le - Loader.LoaderEvent with information from a running Loader.