|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SiGMLAnimationBuildHandler
Handler interface defining significant events during the construction of an animation sequence for a SiGML sign sequence.
Method Summary | |
---|---|
void |
beginSignSequence()
Notifies this handler that the generation of the sign sequence is starting. |
void |
endSignSequence()
Notifies this handler that there are no more signs in the sequence under construction. |
void |
nextSignAnimationIsDone()
Notifies this handler that the animation generation process has now been completed for one more sign in the sequence under construction. |
void |
setNextSign(AnimatedSign as)
Notifies this handler that the given sign is the next one in the sequence under construction. |
Method Detail |
---|
void beginSignSequence()
void setNextSign(AnimatedSign as)
void nextSignAnimationIsDone()
void endSignSequence()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |