public interface SiGMLAnimationBuildHandler
Modifier and Type | Method and Description |
---|---|
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.
|
void beginSignSequence()
void setNextSign(AnimatedSign as)
void nextSignAnimationIsDone()
void endSignSequence()