Interface DOMEvent
-
- All Superinterfaces:
DOMEvent
@Deprecated(forRemoval=true) public interface DOMEvent extends DOMEvent
Deprecated, for removal: This API element is subject to removal in a future version.UseDOMEvent
instead.Generic event interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default Instant
getEventInstant()
Deprecated, for removal: This API element is subject to removal in a future version.Date
getEventTime()
Deprecated, for removal: This API element is subject to removal in a future version.Get the time of the event occurrence.
-
-
-
Method Detail
-
getEventInstant
default Instant getEventInstant()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getEventInstant
in interfaceDOMEvent
-
getEventTime
Date getEventTime()
Deprecated, for removal: This API element is subject to removal in a future version.Get the time of the event occurrence.- Returns:
- the event time
-
-