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

Interface to be implemented to receive TypeExporterEvent events from a TypeExporter. More...

Public Member Functions

void NotifyEvent (com.sparsity.sparksee.io.TypeExporterEvent tee)
 Method to be notified from a TypeExporter.
 

Detailed Description

Interface to be implemented to receive TypeExporterEvent events from a TypeExporter.

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

void com.sparsity.sparksee.io.TypeExporterListener.NotifyEvent ( com.sparsity.sparksee.io.TypeExporterEvent  tee)

Method to be notified from a TypeExporter.

Parameters
tee[in] Notified event.