| greendroid.widget.PagedView.OnPagedViewChangeListener |
Clients may listen to changes occurring on a PagedView via this interface.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Notify the client the current page has changed.
| |||||||||||
Notify the client the user started tracking.
| |||||||||||
Notify the client the user ended tracking.
| |||||||||||
Notify the client the current page has changed.
| pagedView | The PagedView that changed its current page |
|---|---|
| previousPage | The previously selected page |
| newPage | The newly selected page |
Notify the client the user started tracking.
| pagedView | The PagedView the user started to track. |
|---|
Notify the client the user ended tracking.
| pagedView | The PagedView the user ended to track. |
|---|