SparkseePython  6.0.2
Public Member Functions | List of all members
sparksee.TypeExporterListener Class Reference

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

Public Member Functions

def notify_event (self, tee)
 Method to be notified from a TypeExporter. More...
 

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

def sparksee.TypeExporterListener.notify_event (   self,
  tee 
)

Method to be notified from a TypeExporter.

Parameters
tee[in] Notified event.