com.supermap.data
Interface TimePositionChangedListener
-
public interface TimePositionChangedListenerA listener that is used to receives a change eventTimePositionChangedEventfor the time position of the node animation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidtimePositionChanged(TimePositionChangedEvent event)Call this method when the time of node animation changes.
-
-
-
Method Detail
-
timePositionChanged
void timePositionChanged(TimePositionChangedEvent event)
Call this method when the time of node animation changes.- Parameters:
event- indicates the event that the time of animation changes.
-
-