OpenASR / idiolect

🎙️ Handsfree Audio Development Interface
https://arxiv.org/pdf/2305.03089.pdf
Apache License 2.0
93 stars 10 forks source link

Migrate IDEService to use ActionManager#tryToExecute #27

Closed breandan closed 1 year ago

breandan commented 8 years ago

IDEService currently uses an unorthodox method to invoke custom actions that is scheduled to be deprecated in the near future. We should be using ActionManager.tryToExecute instead.