Package org.altbeacon.beacon.client
Class NullBeaconDataFactory
- java.lang.Object
-
- org.altbeacon.beacon.client.NullBeaconDataFactory
-
- All Implemented Interfaces:
BeaconDataFactory
public class NullBeaconDataFactory extends Object implements BeaconDataFactory
-
-
Constructor Summary
Constructors Constructor Description NullBeaconDataFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrequestBeaconData(Beacon beacon, BeaconDataNotifier notifier)Asynchronous call When data is available, it is passed back to the beaconDataNotifier interface
-
-
-
Method Detail
-
requestBeaconData
public void requestBeaconData(Beacon beacon, BeaconDataNotifier notifier)
Description copied from interface:BeaconDataFactoryAsynchronous call When data is available, it is passed back to the beaconDataNotifier interface- Specified by:
requestBeaconDatain interfaceBeaconDataFactory
-
-