stopEvent abstract method

  1. @protected
void stopEvent(
  1. WheelEvent event
)

Stop an event.

Implementation

// When listening from the document body the event cannot be prevented.
@protected
void stopEvent(WheelEvent event);