Class SetListUpdateMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class SetListUpdateMessage
    extends AbstractMessage
    Updates the setlist incrementally (with one or more updated entries).
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Detail

      • SetListUpdateMessage

        public SetListUpdateMessage​(java.lang.Integer anEntryInExecution,
                                    SetListEntry... someUpdatedEntries)
        Creates a new instance.
        Parameters:
        anEntryInExecution - the entry in execution
        someUpdatedEntries - the updated entries
      • SetListUpdateMessage

        public SetListUpdateMessage()
        The no-arg constructor, primarily used for serialization.
    • Method Detail

      • getUpdatedEntries

        public SetListEntry[] getUpdatedEntries()
      • getEntryInExecution

        public java.lang.Integer getEntryInExecution()