|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides the means for an implementing class to be notified of room changes that occur in the MobileClient class. When a room change occurs within the MobileClient class, the LocationTracker interface's roomChanged() method is called in order to notify application classes that implement the LocationTracker interface.
Any Java class that creates a MobileClient object needs to implement the LocationTracker interface so that the MobileClient class can notify the Java class of any room changes that occur.
Method Summary | |
void |
roomChanged(java.util.HashMap distribution)
This method is called by the MobileClient class when a change in room location occurs. |
Method Detail |
public void roomChanged(java.util.HashMap distribution)
distribution
- Collection that maps room strings to a
relative magnitude.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |