|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeaconListener | |
groupmgmt.impl |
Uses of BeaconListener in groupmgmt.impl |
Classes in groupmgmt.impl that implement BeaconListener | |
class |
BeaconingDetector
The BeaconingDetector class; Detects members based on beacons, using a BeaconServer. |
class |
SafeDistanceDetector
The SafeDistanceDetector class; Detects members based on beacons, using a BeaconServer. |
Methods in groupmgmt.impl with parameters of type BeaconListener | |
void |
BeaconServer.addBeaconListener(BeaconListener beaconListener)
Add a BeaconListener to be notified of new BeaconEvents. |
void |
BeaconServer.removeBeaconListener(BeaconListener beaconListener)
Stop sending BeaconEvents to a BeaconListener. |
void |
BeaconReceiver.addBeaconListener(BeaconListener beaconListener)
Add a BeaconListener to be notified of new BeaconEvents. |
void |
BeaconReceiver.removeBeaconListener(BeaconListener beaconListener)
Stop sending BeaconEvents to a BeaconListener. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |