Class AbstractEvent<SRC>

    • Constructor Detail

      • AbstractEvent

        public AbstractEvent​(SRC aSource)
        Constructs an event with the given source.
        Parameters:
        aSource - The source from which this event originated.
    • Method Detail

      • getSource

        public SRC getSource()
        Specified by:
        getSource in interface org.refcodes.mixin.SourceAccessor<SRC>