com.supermap.data
Interface TimePositionChangedListener
-
public interface TimePositionChangedListener
A listener that is used to receives a change eventTimePositionChangedEvent
for the time position of the node animation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
timePositionChanged(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.
-
-