eu.webtoolkit.jwt
Class AbstractEventSignal.AutoLearnListener

java.lang.Object
  extended by eu.webtoolkit.jwt.AbstractEventSignal.LearningListener
      extended by 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
AbstractEventSignal.AutoLearnListener()
           
 
Method Summary
 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
 

Constructor Detail

AbstractEventSignal.AutoLearnListener

public AbstractEventSignal.AutoLearnListener()
Method Detail

undoTrigger

public final void undoTrigger()
Specified by:
undoTrigger in class AbstractEventSignal.LearningListener