Class VSBaseEvent<VSCOMP extends IVSComponent>

    • Constructor Detail

      • VSBaseEvent

        protected VSBaseEvent​(VSCOMP source)
        Constructor called from the subclass.
        Parameters:
        source - The source VS component.
        Throws:
        java.lang.NullPointerException - If the source is null.