IPathChangedListenerpublic interface IPathChangedListener Classes which implement this interface provide a method that deals with
a path change. |
Methods Summary |
---|
public void | pathChanged(java.lang.String osPath)Sent when the location of the android sdk directory changed.
|
|