groupmgmt.impl
Interface BeaconListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
BeaconingDetector, SafeDistanceDetector

interface BeaconListener
extends java.util.EventListener

The BeaconListener interface; Forces the implementer to include the method newMemberBeacon to deal with member beacon events.

Based on the beacon package by Ali Hazemi.

Version:
July 2003
Author:
Christine Julien, Tom Elgin
See Also:
BeaconEvent

Method Summary
 void newMemberBeacon(BeaconEvent beaconEvent)
          Any implementing class must have this method, which allows the class to deal with BeaconEvents.
 

Method Detail

newMemberBeacon

public void newMemberBeacon(BeaconEvent beaconEvent)
Any implementing class must have this method, which allows the class to deal with BeaconEvents.

Parameters:
beaconEvent - The event passed to this listener.