Interface DOMEvent


  • public interface DOMEvent
    Generic event interface. This interface is mixed in into implementations of other DOM-level constructs, such as DOMNotification to add the time when the event occurred when appropriate.
    • Method Detail

      • getEventInstant

        Instant getEventInstant()
        Get the time of the event occurrence.
        Returns:
        the event time