Package io.objectbox.sync.listener
Interface SyncTimeListener
-
- All Known Subinterfaces:
SyncListener
- All Known Implementing Classes:
AbstractSyncListener
public interface SyncTimeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onServerTimeUpdate(long serverTimeNanos)
Called when server time information is received on the client.
-