Class VSChangeEvent

  • All Implemented Interfaces:
    IMessageBox

    public class VSChangeEvent
    extends VSBaseEventWithTrigger<IVSComponent>
    The VirtualSpace Change Event is fired when the VirtualSpace components is changed, after successful or unsuccessful validation.
    Author:
    Christopher Mindus
    • Constructor Detail

      • VSChangeEvent

        public VSChangeEvent​(IVSComponent source)
        Constructs the event for a change without a trigger source.
        Parameters:
        source - The source.
        Throws:
        java.lang.NullPointerException - If the source is null.
      • VSChangeEvent

        public VSChangeEvent​(IVSComponent source,
                             GProp<?> trigger)
        Constructs the event for a change event with a property being the trigger source, e.g. an UIButton or UICheckBox.
        Parameters:
        source - The source.
        trigger - The trigger property.