Class VSStateEvent

All Implemented Interfaces:
IMessageBox, IVSComponentState

public class VSStateEvent extends VSBaseEventWithTrigger<IVSComponent> implements IVSComponentState
The VirtualSpace State Event is fired when the VirtualSpace state changes for a component, or when connected to the VirtualSpace, for every child item in it.
Author:
Christopher Mindus
  • Constructor Details

    • VSStateEvent

      public VSStateEvent(IVSComponent source, IVSComponentState.State state, boolean stateValue, 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.
      state - The state that changed.
      stateValue - The new state value.
      trigger - The trigger property.
  • Method Details