sigmlanim.sigmlstream.interfaces
Interface SiGMLAnimationBuildHandler

All Known Implementing Classes:
SiGMLAnimation, SignsListBuilder

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

beginSignSequence

void beginSignSequence()
Notifies this handler that the generation of the sign sequence is starting.


setNextSign

void setNextSign(AnimatedSign as)
Notifies this handler that the given sign is the next one in the sequence under construction.


nextSignAnimationIsDone

void nextSignAnimationIsDone()
Notifies this handler that the animation generation process has now been completed for one more sign in the sequence under construction.


endSignSequence

void endSignSequence()
Notifies this handler that there are no more signs in the sequence under construction.