public class NullBeaconDataFactory extends Object implements BeaconDataFactory
| Constructor and Description |
|---|
NullBeaconDataFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
requestBeaconData(Beacon beacon,
BeaconDataNotifier notifier)
Asynchronous call
When data is available, it is passed back to the beaconDataNotifier interface
|
public void requestBeaconData(Beacon beacon, BeaconDataNotifier notifier)
BeaconDataFactoryrequestBeaconData in interface BeaconDataFactory