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, toString
public Event(Object source)
source
- The object on which the Event initially occurred.IllegalArgumentException
- if source is null.Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.