Class VSReferenceEvent

All Implemented Interfaces:
IPostEventProcessing

public class VSReferenceEvent extends SinkEvent
Event ID used to resolve VSRelativeReferences in a broadcast event sent to all children of the container that has a VSReference instance.

The Event ID is GEvent.PROP_DESIGNER_VS_REFERENCE.

Author:
Christopher Mindus
  • Constructor Details

    • VSReferenceEvent

      public VSReferenceEvent(GProp<?> source)
      Constructs a new VSRelativeReference event.
      Parameters:
      source - The reference source property, VSReference or VSRelativeReference.
  • Method Details

    • isClearCacheEvent

      public boolean isClearCacheEvent()
      Returns the state for a property container if this event is received in the onEventSelf method as a helper for it would need to clear the property container cache.
      Overrides:
      isClearCacheEvent in class GEvent
      Returns:
      true, always for this event.