Android
com.google.android.maps
public static interface

com.google.android.maps.ItemizedOverlay.OnFocusChangeListener

com.google.android.maps.ItemizedOverlay.OnFocusChangeListener

Interface for listeners interested in when the focused Item changes.

Summary

Public Methods

          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.

Details

Public Methods

public 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.

Parameters

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:56