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.UseDOMEventinstead.Generic event interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default InstantgetEventInstant()Deprecated, for removal: This API element is subject to removal in a future version.DategetEventTime()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:
getEventInstantin 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
-
-