|
AnimeJ: a Javascript animation library | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--AnimeJTask | +--AnimeJFunctionCallbackTask
Task used to invoke arbitrary functions when the task gets executed. The task is
fired only once.
See:
Field Summary | |
Object |
prototype
|
Constructor Summary | |
AnimeJFunctionCallbackTask(<Function> fun)
|
Method Summary | |
void
|
DoAction(<int> d)
It performs a step of animation by invoking the interpolator. |
Field Detail |
Object prototype
Constructor Detail |
AnimeJFunctionCallbackTask(<Function> fun)
fun
- Function to be invoked when the task is executed, it may accept an integer argument informing the delay of the execution with the expected deadline.
Method Detail |
void DoAction(<int> d)
d
- Delay in the notification with respect to the original deadline set.
|
AnimeJ: a Javascript animation library | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |