Namespace: util

H.util

This namespace contains implementations of utility functions.

Classes

AsyncQueue
Cache
ChangeEvent
CharStream
ContextItem
DataEvent
Disposable
ErrorEvent
Event
EventTarget
OList
Request

Namespaces

animation
flexiblePolyline
kinetics
wkt

Interface Definitions

H.util.ICache

This interface provides a definition for a generic cache. A cache can store any data elements. To facilitate retrieval of these data elements, each has an identifier an a content size attribute.

H.util.ICancelable

An interface for cancelable requests and actions.

H.util.ICapturable

This is an interface for capturable elements.

H.util.ICharStream

An interface definition for the generic character stream.