类 ApplicationEvent

    • 构造器详细资料

      • ApplicationEvent

        public ApplicationEvent​(Object source)
        Create a new ApplicationEvent.
        参数:
        source - the object on which the event initially occurred or with which the event is associated (never null)
    • 方法详细资料

      • getTimestamp

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