keera-hails-mvc-model-protectedmodel-0.0.3.5: src/Hails/MVC/Model/ReactiveModel/Initialisation.hs
-- | Contains only one operation to notify that the system's been
-- initialised.
--
module Hails.MVC.Model.ReactiveModel.Initialisation where
import Hails.MVC.Model.ReactiveModel
import Hails.MVC.Model.ReactiveModel.Events
initialiseSystem :: InitialisedEvent b
=> ReactiveModel a b c -> ReactiveModel a b c
initialiseSystem = (`triggerEvent` initialisedEvent)