V - the type of the view.public interface ExpiringViewListener<V extends android.view.View>
| Modifier and Type | Method and Description |
|---|---|
void |
onExpired(V view)
This method is invoked when the view has been expired.
|
void onExpired(V view)
view - the view which has been expired.