com.vaadin.server.

Interface VariableOwner

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      void changeVariables(Object source, Map<String,Object> variables)

      Deprecated. 

      Called when one or more variables handled by the implementing class are changed.

      boolean isEnabled()

      Deprecated. 

      Tests if the variable owner is enabled or not.

    • Method Detail

      • changeVariables

        void changeVariables(Object source,
                             Map<String,Object> variables)

        Deprecated. 

        Called when one or more variables handled by the implementing class are changed.

        Parameters:

        source - the Source of the variable change. This is the origin of the event. For example in Web Adapter this is the request.

        variables - the Mapping from variable names to new variable values.

      • isEnabled

        boolean isEnabled()

        Deprecated. 

        Tests if the variable owner is enabled or not. The terminal should not send any variable changes to disabled variable owners.

        Returns:

        true if the variable owner is enabled, false if not