Closed
Description
Wouldn't it be necessary to have the following use cases?
[ConsumedThing]
- Currently only mentions consume remote thing.
use case for local string/object? - Use case for remove all listeners.
[ExposedThing]
- Use case for remove all listeners.
- Use case for unregister a thing.
- Use case for start.
[Programmable]
- use case for add a handler which is called when an action is invoked.
this is different from use case for addAction which only defines name and parameter/return type for action. - use case for clear ActionHander
- use case for add a handler which is called when a property value is updated
- use case for multiple add PropertyChangeListeners
- use case for remove a handler which is called when a property is updated
- use case for remove all handlers which are called when a property is updated