-
- All Implemented Interfaces:
-
java.io.Serializable
public class RangeState implements Serializable
-
-
Constructor Summary
Constructors Constructor Description RangeState(Callback c)
-
Method Summary
Modifier and Type Method Description Callback
getCallback()
void
addBeacon(Beacon beacon)
int
count()
synchronized Collection<Beacon>
finalizeBeacons()
static void
setUseTrackingCache(boolean useTrackingCache)
static boolean
getUseTrackingCache()
-
-
Constructor Detail
-
RangeState
RangeState(Callback c)
-
-
Method Detail
-
getCallback
Callback getCallback()
-
count
int count()
-
finalizeBeacons
synchronized Collection<Beacon> finalizeBeacons()
-
setUseTrackingCache
static void setUseTrackingCache(boolean useTrackingCache)
-
getUseTrackingCache
static boolean getUseTrackingCache()
-
-
-
-