Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tml-dev] Event/Listeners mechanism in instance registry

Hi guys,

I was thinking about having event/listener support in device framework, which warns about events on instance registry.
An user could then register listeners for those events, that should have signatures like:

void instanceCreated(IInstance)
void instanceLoaded(IInstance)
void instanceUnloaded(IInstance)
void instanceDeleted(IInstance)

We should also extend this idea to the other registries in the framework.

What do you think?

Fabio Rigo



Back to the top