In Event-driven architecture,event is very important,just like the communication midware.
Event Generator : put event into FIFO.
Event Dispatcher: get event from FIFO and dispatch it to specified object.
Event Handler: handle event.
In Event-driven architecture,event is very important,just like the communication midware.
Event Generator : put event into FIFO.
Event Dispatcher: get event from FIFO and dispatch it to specified object.
Event Handler: handle event.