public abstract class Event extends EventObject
event| Constructor and Description |
|---|
Event(Object source)
Constructs a prototypical Event.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getTimestamp() |
getSource, toStringpublic Event(Object source)
source - The object on which the Event initially occurred.IllegalArgumentException - if source is null.Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.