GITLAB
FDITeam / visualisation-maritime
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
dev
master
3b26be8f9997f5c644d7ffb3a76944f151e66325
visualisation-maritime
src
main
kotlin
application
model
ReplayState.kt
3b26be8f9
controle the time with slider
Browse Code ยป
lsagona
2020-08-25 14:46:50 +0200
ReplayState.kt
95 Bytes
edit
raw
blame
history
1
2
3
4
5
6
package application.model interface ReplayState { fun onValueChanged(newValue: Boolean) }