Class: Event

ol.source.Image.Event


Events emitted by ol.source.Image instances are instances of this type.

Extends

Members

image{ol.Image}

The image related to the event.

target{Object}

The event target.

type{string}

The event type.

Methods

preventDefault() inherited

src/ol/events/event.js, line 48

Stop event propagation.

stopPropagation() inherited

src/ol/events/event.js, line 56

Stop event propagation.

Events

change inherited

src/ol/events/eventtype.js, line 8

Generic change event. Triggered when the revision counter is increased.

imageloadend

src/ol/source/image.js, line 215

Triggered when an image finishes loading.

imageloaderror

src/ol/source/image.js, line 222

Triggered if image loading results in an error.

imageloadstart

src/ol/source/image.js, line 208

Triggered when an image starts loading.