event bus implementation
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 31 Aug 2016 06:37:01 +0000 (08:37 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Tue, 13 Sep 2016 06:04:17 +0000 (08:04 +0200)
commit014812e0e9c2c96e1866f2f548b50a508705cce6
tree727d07bed8f79f7bb00599e72d0c7bc9d284119b
parent27a76f7bcbc0f1296020e45b3175e355b450eeed
event bus implementation

Create global bus for application events. Allows
multiple observers to register on one particular event.

Change-Id: I4da624c7cf492224ba53431fd6e03781eb3c81a5
clock/inc/Utils/EventBus.h [new file with mode: 0644]
clock/src/Utils/EventBus.cpp [new file with mode: 0644]