Class DataEvent

    • Constructor Detail

      • DataEvent

        public DataEvent​(DataEventType type,
                         AbstractData data)
        Constructs a DataEvent object, combining the type and associated data
        Parameters:
        type - the type of this event
        data - the source of the event
    • Method Detail

      • getType

        public DataEventType getType()
        Used to get the type of this event.
        Returns:
        the type of this event
      • getData

        public AbstractData getData()
        Used to get the ExperimentalData object that has undergone certain changes specified by this event type.
        Returns:
        the associated data