Uses of Class
groupmgmt.impl.BeaconEvent

Packages that use BeaconEvent
groupmgmt.impl   
 

Uses of BeaconEvent in groupmgmt.impl
 

Methods in groupmgmt.impl that return BeaconEvent
 BeaconEvent BeaconReceiver.makeBeaconEvent(MemberBeacon beacon)
          Allows construction of a new BeaconEvent whose source is the BeaconReceiver class.
 

Methods in groupmgmt.impl with parameters of type BeaconEvent
 void SafeDistanceDetector.newMemberBeacon(BeaconEvent memberBeaconEvent)
          Implements the BeaconListener interface.
 void BeaconReceiver.notifyBeaconListeners(BeaconEvent evt)
          Notifies listeners of a BeaconEvent
 void BeaconReceiver.BeaconEventQueue.enqueue(BeaconEvent event)
          Add a BeaconEvent to the notification queue.
 void BeaconListener.newMemberBeacon(BeaconEvent beaconEvent)
          Any implementing class must have this method, which allows the class to deal with BeaconEvents.
 void BeaconingDetector.newMemberBeacon(BeaconEvent memberBeaconEvent)
          Implements the BeaconListener interface.