com.supermap.plot
Interface AnimationPlayBeginListener
-
public interface AnimationPlayBeginListener
The listener of playing an animation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
playBegin(AnimationPlayBeginEvent e)
Begins to play
-
-
-
Method Detail
-
playBegin
void playBegin(AnimationPlayBeginEvent e)
Begins to play- Parameters:
e
- An event of starting to play an animation
-
-