bernard357 / shellbot

Fast, simple and lightweight micro bot-framework for Python.
Apache License 2.0
10 stars 3 forks source link

Callback in Input machine #10

Closed guillain closed 7 years ago

guillain commented 7 years ago

Ability to use callback function on submited input (input machine). Can be extended to many machines

bernard357 commented 7 years ago

The recommended approach is to subclass Input or Menu, and to overload the member function on_input(). This has been made available on commit 12612d384a89a937e7a66584e09348cd2f119284