FileDocCategorySizeDatePackage
IPathChangedListener.javaAPI DocAndroid 1.5 API1018Wed May 06 22:41:10 BST 2009com.android.ide.eclipse.common.resources

IPathChangedListener

public interface IPathChangedListener
Classes which implement this interface provide a method that deals with a path change.

Fields Summary
Constructors Summary
Methods Summary
public voidpathChanged(java.lang.String osPath)
Sent when the location of the android sdk directory changed.

param
osPath The new android sdk directory location.