com.google.android.maps.ItemizedOverlay.OnFocusChangeListener |
Interface for listeners interested in when the focused Item changes.
void | onFocusChanged(ItemizedOverlay overlay, OverlayItem newFocus) | |||||
This will be called during the draw method, so don't do anything here except post a message or the like. |
overlay | the Overlay doing the calling |
---|---|
newFocus | the new focus item, or null if there isn't any. |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |