Interface ExpressionSourceStackMonitor

All Superinterfaces:
InteractionListener
All Known Implementing Classes:
PerspectiveExpression, PerspectiveTransformExpression

public interface ExpressionSourceStackMonitor extends InteractionListener
Extension interface for expressions so that we can try and knit together the sources of what's triggering what to prevent loops.
  • Method Details

    • childInteractionUpdated

      void childInteractionUpdated(List<Object> sourceStack)