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:
AbstractEventSignal.addListener(WObject, LearningListener)
  • Constructor Summary

    Constructors
    Constructor Description
    AutoLearnListener()  
  • Method Summary

    Modifier and Type Method Description
    void undoTrigger()  

    Methods inherited from class eu.webtoolkit.jwt.AbstractEventSignal.LearningListener

    trigger

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface eu.webtoolkit.jwt.Signal.Listener

    trigger