Change the code structure to have one handler for each event, after
the change, a handler will only handle one type of events. For
example MBSModuleStateChangeHandler in handlers/mbs/module_state_change.py
now only handles the event of MBSModuleStateChangeEvent.
Updated names of parsers, events and handlers to keep consistant style
of naming. All parser names ended with 'Event', and 'Parser' for
parsers, 'Handler' for handlers.
Change the code structure to have one handler for each event, after
the change, a handler will only handle one type of events. For
example MBSModuleStateChangeHandler in handlers/mbs/module_state_change.py
now only handles the event of MBSModuleStateChangeEvent.
Updated names of parsers, events and handlers to keep consistant style
of naming. All parser names ended with 'Event', and 'Parser' for
parsers, 'Handler' for handlers.
Updated test cases per the changes.