Kaffeemaschine - Events
valuetype GeldEvt : Components::EventBase{..};
valuetype TuerEvt : Components::EventBase{..};
module KaffeemaschineEventConsumers {interface GeldEvtConsumer
: Component::EventConsumerBase { void push (in GeldEvt
ga_evt);};interface TuerEvtConsumer : Component::EventConsumerBase
{ void push (in TuerEvt to_evt);};
};