summaryrefslogtreecommitdiffstats
path: root/actionbarsherlock/src/com/actionbarsherlock/internal/view/View_HasStateListenerSupport.java
blob: 7d45e81be7f82c7779c39a9f317326ae51c8a4dc (plain)
1
2
3
4
5
6
package com.actionbarsherlock.internal.view;

public interface View_HasStateListenerSupport {
    void addOnAttachStateChangeListener(View_OnAttachStateChangeListener listener);
    void removeOnAttachStateChangeListener(View_OnAttachStateChangeListener listener);
}