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. 
 

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.