SparkseeNet  6.0.2
Public Member Functions | List of all members
com.sparsity.sparksee.io.TypeExporterEvent Class Reference

Provides information about the progress of an TypeExproter instance. More...

Public Member Functions

long GetCount ()
 Gets the current number of objects exported.
 
bool IsLast ()
 Gets if this is the last event or not.
 
int GetTypeId ()
 Gets the type identifier.
 
long GetTotal ()
 Gets the total number of objects exported.
 

Detailed Description

Provides information about the progress of an TypeExproter instance.

Check out the 'Data export' section in the SPARKSEE User Manual for more details on this.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Function Documentation

long com.sparsity.sparksee.io.TypeExporterEvent.GetCount ( )

Gets the current number of objects exported.

Returns
The current number of objects exported.
long com.sparsity.sparksee.io.TypeExporterEvent.GetTotal ( )

Gets the total number of objects exported.

Returns
The total number of objects exported.
int com.sparsity.sparksee.io.TypeExporterEvent.GetTypeId ( )

Gets the type identifier.

Returns
The type identifier.
bool com.sparsity.sparksee.io.TypeExporterEvent.IsLast ( )

Gets if this is the last event or not.

Returns
TRUE if this is the last event, FALSE otherwise.