Last updated
Last updated
banco-api provides an easy way to integrate events by using its built-in event system. Let's start by implementing BancoEventListener
into our DemoListener
:
We can then check for the event we want to listen to:
Last but not least, we will register our DemoListener
using the banco API: