This NoOpEventBusAdapter will do nothing and is used for easily mocking IEventBus for testing.
The addListener method is used for adding listener for certain eventName.
The dispatch method is used for dispatching one or multiple events.
The removeListener method is used for removing listener for certain eventName.
This NoOpEventBusAdapter will do nothing and is used for easily mocking IEventBus for testing.