Interface
caplin.element

Handler

Extends caplin.stream.Behavior.
A Handler is used to trap specific user-gestures on a control and inform all registered listeners.

For example, caplin.element.handler.ClickHandler is used to trap the click event on a control and communicate it to all caplin.element.RendererEventListeners.

All Handler implementations are singletons.

Constructor Summary

Attributes Name and Description
caplin.element.Handler()

Constructor Detail

caplin.element.Handler()