Class AbstractEventSignal.AutoLearnListener

java.lang.Object
eu.webtoolkit.jwt.AbstractEventSignal.LearningListener
eu.webtoolkit.jwt.AbstractEventSignal.AutoLearnListener
All Implemented Interfaces:
Signal.Listener
Enclosing class:
AbstractEventSignal

public abstract static class AbstractEventSignal.AutoLearnListener extends AbstractEventSignal.LearningListener implements Signal.Listener
A listener whose JavaScript behavior is learned on its first invocation.

The JavaScript behavior is learned when invoked for the first time. In this way, the visual effect of the event listener happens after a round-trip the first time it is triggered, but for next invocations its behavior is cached in the browser as client-side JavaScript.

See Also: