Feature #1924
Eventmanager Feature: entry parameters
Status: | New | Start date: | 06/12/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Controlling | |||
Target version: | 040 - FarfarAway | |||
Resolution: | To be discussed |
Description
An Event_manager.entry should include the [event.key], [event.id], [event.last_trigger_time], [event.min_time], [event,kill_time]. [action.key], [Parameter_list]
Event_manager publishes events as they occur.
Event_manager.add_listener(Event_Manage.entry) adds a listener for the event.key in the entry and fills event.ID if it =0. event.id must be unique within event.key.
Event_manager.delete_listener(Event_Manage.entry) removes the listener for the event.ID in the entry
Event_manager.log_level(mode) sets log_level to none, info, debug, or trace.
There can be multiple event entries for each event. Each would normally have a different action.key and [Parameter list]
Related issues