public interface IVSGenericComponentListener extends IVSComponentListener
IVSComponentState.State
Modifier and Type | Method and Description |
---|---|
void |
onBroken(VSComponentReference reference,
VSComponent component)
Called when the property reference has been broken, i.e.
|
void |
onResolved(VSComponentReference reference,
VSComponent component)
Called when the property reference has been resolved.
|
void |
onStateChanged(VSComponent component,
IVSComponentState.State state,
boolean on)
Called when the VS component changes state.
|
onParentStateChanged
void onResolved(VSComponentReference reference, VSComponent component)
reference
- The VSComponentReference instance holding the component reference.component
- The VS component reference that is now resolved.void onBroken(VSComponentReference reference, VSComponent component)
reference
- The VSComponentReference instance holding the component reference.component
- The VS component reference that is now unresolved.void onStateChanged(VSComponent component, IVSComponentState.State state, boolean on)
component
- The VS component.state
- The state change.on
- New state.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.