Interface AnimationMessageHandlerIfc

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void append​(double value)
      Appends the supplied value to the animation message
      void append​(long value)
      Appends the supplied value to the animation message
      void append​(java.lang.String value)
      Appends the supplied value to the animation message
      void beginMessage()
      Tells the animation generator to begin a new message
      void commitMessage()
      Tells the animation generator to committ the current message
      boolean isStarted()
      Checks if a message has been started
    • Method Detail

      • isStarted

        boolean isStarted()
        Checks if a message has been started
        Returns:
      • beginMessage

        void beginMessage()
        Tells the animation generator to begin a new message
      • commitMessage

        void commitMessage()
        Tells the animation generator to committ the current message
      • append

        void append​(double value)
        Appends the supplied value to the animation message
        Parameters:
        value -
      • append

        void append​(long value)
        Appends the supplied value to the animation message
        Parameters:
        value -
      • append

        void append​(java.lang.String value)
        Appends the supplied value to the animation message
        Parameters:
        value -