Source code for qrl.core.notification.ObservableEvent

# coding=utf-8
# Distributed under the MIT software license, see the accompanying
# file LICENSE or http://www.opensource.org/licenses/mit-license.php.


[docs]class ObservableEvent(object): def __init__(self, event_id): self._event_id = event_id
[docs] def func_name(self): # FIXME: Adaptation to align with legacy message, refactor return self._event_id