public interface AnimateClient
Modifier and Type | Method and Description |
---|---|
void |
end()
This event is thrown when the animation finishes
|
void |
endIteration(RelativeInstant endDateTime)
This event is thrown when an iteration finishes.
|
void |
update(RelativeInstant startDateTime,
RelativeInstant endDateTime)
Updates the animation client
|
void update(RelativeInstant startDateTime, RelativeInstant endDateTime)
startDateTime
- Date when the step startsendDateTime
- Date when the step endsvoid endIteration(RelativeInstant endDateTime)
endDateTime
- Date when the iteration endsvoid end()