Class InvalidateEvent


  • public class InvalidateEvent
    extends Object
    Event fired when a computation is invalidated.
    Since:
    1.0
    Author:
    Vaadin Ltd
    • Constructor Detail

      • InvalidateEvent

        public InvalidateEvent​(Computation source)
        Creates a new event for computation.
        Parameters:
        source - the invalidated computation
    • Method Detail

      • getSource

        public Computation getSource()
        Gets the invalidated computation.
        Returns:
        the invalidated computation