Class AbstractEvent

    • Constructor Detail

      • AbstractEvent

        protected AbstractEvent​(Mapping<?,​?> mapping)
        Constructor initialize basic fields.
        Parameters:
        mapping - the mapping which generated this event. (can be null).
    • Method Detail

      • getMapping

        public Mapping<?,​?> getMapping()
        Gets mapping which generated this event.
        Returns:
        the mapping which generated this event, or null if the event was created not by a mapping.