|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JSEffectCallback
The JSEffectCallback is used in conjunction with long running JavaScript effect functions from JSUtil.
Many JavaScript effects are long running and program control will return to the calling code before the effect is complete. This callback gives the calling code the option to respond to the completion of the effect.
Method Summary | |
---|---|
void |
effectComplete(java.lang.String id)
Called when the effect is completed. |
Method Detail |
---|
void effectComplete(java.lang.String id)
id
- the id of the element the effect was called on
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |