Class ExecutionStateMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExecutionStateMessage
    extends AbstractMessage
    Sent to inform clients about changes in the execution state.
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Detail

      • ExecutionStateMessage

        public ExecutionStateMessage​(ExecutionStates aState)
        Creates a new message.
        Parameters:
        aState - the new execution state
      • ExecutionStateMessage

        public ExecutionStateMessage()
        The no-arg constructor, primarily used for serialization.