Feature #142
Signaling Events
Status: | CLOSED | Start date: | 05/16/2011 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-nethgui | |||
Target version: | Phi | |||
Resolution: | NEEDINFO: |
Description
Decide how to declare the list of events to raise after the Module state has been saved.
Associated revisions
Refs #142. The number of changes saved is now returned by save() method of AdapterInterface and AdapterAggregationInterface.
Aligned interface implementations and tests.
Refs #142. Added signalEventAsync()
method to HostConfigurationInterface.
Updated all modules to require nethgui-test
event to be raised.
History
#1 Updated by Davide Principi about 10 years ago
- Status changed from NEW to ON_DEV
- % Done changed from 0 to 10
- Estimated time set to 4.00
#2 Updated by Davide Principi about 10 years ago
- Start date set to 05/16/2011
#3 Updated by Davide Principi about 10 years ago
- Priority changed from Normal to High
#4 Updated by Davide Principi about 10 years ago
- Status changed from ON_DEV to CLOSED
- % Done changed from 10 to 100
Modules extending the Standard class implementation require events to be raised calling requireEvent()
method.
After the parameter set has been saved the events are signaled asynchronously, if changes occurred.