public interface IPeriodicUpdates
| Modifier and Type | Method and Description |
|---|---|
long |
millisBetweenUpdates()
Use this method to return the desired update interval
|
boolean |
update()
This method is called periodically (same period as specified by
millisBetweenUpdates() |
long millisBetweenUpdates()
boolean update()
millisBetweenUpdates()Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.