Interface IVSGenericComponentListener

    • Method Detail

      • onResolved

        void onResolved​(VSComponentReference reference,
                        VSComponent component)
        Called when the property reference has been resolved. UI components use this method to set its state according to the VS component.
        Parameters:
        reference - The VSComponentReference instance holding the component reference.
        component - The VS component reference that is now resolved.
      • onBroken

        void onBroken​(VSComponentReference reference,
                      VSComponent component)
        Called when the property reference has been broken, i.e. unresolved.
        Parameters:
        reference - The VSComponentReference instance holding the component reference.
        component - The VS component reference that is now unresolved.
      • onStateChanged

        void onStateChanged​(VSComponent component,
                            IVSComponentState.State state,
                            boolean on)
        Called when the VS component changes state.
        Parameters:
        component - The VS component.
        state - The state change.
        on - New state.