public interface SiGMLAnimationLoadEventHandler
Modifier and Type | Method and Description |
---|---|
void |
animLoadDone(int nsigns,
int nframes)
Notifies this handler that the loading of the animation is now
complete, consisting of the given numbers of signs and of frames.
|
void |
animLoadStarted()
Notifies this handler that the loading of the animation is starting.
|
void |
animSignLoaded(int s,
int flimit)
Notifies this handler that the animation for the next sign is now
complete, the sign having the given sequence number and its animation
ending at the given limit frame number.
|
void animLoadStarted()
void animSignLoaded(int s, int flimit)
void animLoadDone(int nsigns, int nframes)