Event WatcherΒΆ
Using the Alias Python API (APA), the Engine can listen for events fired by Alias, and trigger Python callbacks. The alias_event_watcher.AliasEventWatcher
helps to manage registering callbacks for Alias Events, and ensuring that the callbacks are executed without interfering with Alias.
See the APA Reference for the Alias Events that the Engine can register callbacks for.