projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3869d32907fef3345c913e1dd2e0ee2243831d3f
[pub/Android/ownCloud.git]
/
actionbarsherlock
/
src
/
com
/
actionbarsherlock
/
internal
/
view
/
View_OnAttachStateChangeListener.java
1
package
com
.
actionbarsherlock
.
internal
.
view
;
2
3
import
android
.
view
.
View
;
4
5
public interface
View_OnAttachStateChangeListener
{
6
void
onViewAttachedToWindow
(
View v
);
7
void
onViewDetachedFromWindow
(
View v
);
8
}