|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.webtoolkit.jwt.AbstractEventSignal.LearningListener
eu.webtoolkit.jwt.AbstractEventSignal.AutoLearnListener
public abstract static class AbstractEventSignal.AutoLearnListener
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.
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 |
|---|
public AbstractEventSignal.AutoLearnListener()
| Method Detail |
|---|
public final void undoTrigger()
undoTrigger in class AbstractEventSignal.LearningListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||