Skip to content
On this page

Event handling

Simplygon uses an event system to report e.g. processing progress. By implementing and registering an event callback object, the calling function can receive event updates from the system.

EventHandler example

Here is an progress event example.