Sparksee  6.0.2
STSTypeExporterEvent Class Reference

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

Inheritance diagram for STSTypeExporterEvent:
Inheritance graph
Collaboration diagram for STSTypeExporterEvent:
Collaboration graph

Instance Methods

(int) - getTypeId
 Gets the type identifier. More...
 
(long long) - getCount
 Gets the current number of objects exported. More...
 
(long long) - getTotal
 Gets the total number of objects exported. More...
 
(BOOL) - isLast
 Gets if this is the last event or not. More...
 

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

Method Documentation

- (long long) getCount

Gets the current number of objects exported.

Returns
The current number of objects exported.
- (long long) getTotal

Gets the total number of objects exported.

Returns
The total number of objects exported.
- (int) getTypeId

Gets the type identifier.

Returns
The type identifier.
- (BOOL) isLast

Gets if this is the last event or not.

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

The documentation for this class was generated from the following file: