Class ApplicationEvent

    • Constructor Detail

      • ApplicationEvent

        public ApplicationEvent​(Object source)
        Create a new ApplicationEvent.
        Parameters:
        source - the object on which the event initially occurred (never null)
    • Method Detail

      • getTimestamp

        public final long getTimestamp()
        Return the system time in milliseconds when the event happened.