类 Event

    • 构造器详细资料

      • Event

        public Event​(Object source)
        Constructs a prototypical Event.
        参数:
        source - The object on which the Event initially occurred.
        抛出:
        IllegalArgumentException - if source is null.
    • 方法详细资料

      • getTimestamp

        public long getTimestamp()