Class: BasicBundle

(abstract) BasicBundle

Oskari.BasicBundle. For inheritance only.

Members

(static) __name

Override in subclass! Empty string by default.
Source:

(static) eventHandlers

Oskari event handlers
Source:

(static) requestHandlers

Oskari request handlers
Source:

(static) sandbox

Oskari sandbox.
Source:

Methods

(static) getName()

Name of the Bundle. Extending classes should declare their own __name property.
Source:

(static) onEvent(event)

Parameters:
Name Type Description
event Oskari.mapframework.event.Event A Oskari event object. Event is handled forwarded to correct eventHandler if found or discarded if not.
Source:

(static) start()

Called from sandbox.
Source:

(static) stop()

Called from sandbox.
Source:

(static) update()

Called from sandbox.
Source: