This method is called when AsyncCommand instance is received.
(self, cmd)
| 80 | |
| 81 | @abc.abstractmethod |
| 82 | def on_async_command(self, cmd): |
| 83 | """ This method is called when AsyncCommand instance is received. """ |
| 84 | pass |
| 85 | |
| 86 | def on_lua_error(self, lua_exception): |
| 87 | """ |