Class ObjectiveEvent

    • Constructor Detail

      • ObjectiveEvent

        public ObjectiveEvent​(ObjectiveEvent.Type type,
                              Integer objective)
        Creates an event of the given type for the specified objective id.
        Parameters:
        type - the type of the event
        objective - the objective id the event is about
      • ObjectiveEvent

        public ObjectiveEvent​(ObjectiveEvent.Type type,
                              Integer objective,
                              long time)
        Creates an event of the given type for the specified objective id at the given time.
        Parameters:
        type - the type of the event
        objective - the objective id the event is about
        time - the time of the event