Interface IVSComponentListener

    • Method Detail

      • onParentStateChanged

        void onParentStateChanged​(IVSComponent parent,
                                  IVSComponentState.State state,
                                  boolean on)
        Called when the parent changes state.
        Parameters:
        parent - The parent who's state was changed.
        state - The state change, possible values PARENT_ENABLED, PARENT_READONLY, PARENT_VISIBLE.
        on - New state.