Uses of Class
edu.upc.dama.dex.io.Loader.LoaderEvent

Packages that use Loader.LoaderEvent
edu.upc.dama.dex.io Provides funcionality to load DEX node or edge types from relational databases or CSV files as data sources as well as utilities to dump data. 
edu.upc.dama.dex.script Provides classes and tools used to help to create schemas and load data. 
 

Uses of Loader.LoaderEvent in edu.upc.dama.dex.io
 

Methods in edu.upc.dama.dex.io with parameters of type Loader.LoaderEvent
 void LoaderListener.loadProgress(Loader.LoaderEvent le)
          Method to receive events from a Loader.
 

Constructors in edu.upc.dama.dex.io with parameters of type Loader.LoaderEvent
Loader.LoaderEvent(Loader.LoaderEvent loaderEvent)
          Create a new instance of Loader.LoaderEvent which is a copy of the given one.
 

Uses of Loader.LoaderEvent in edu.upc.dama.dex.script
 

Methods in edu.upc.dama.dex.script with parameters of type Loader.LoaderEvent
 void DefaultScriptLoaderListener.loadProgress(Loader.LoaderEvent le)
          Default Load script method to receive events from a Loader.