uk.co.jasonfry.android.tools.ui
Interface SwipeView.OnPageChangedListener

Enclosing class:
SwipeView

public static interface SwipeView.OnPageChangedListener

Implement this listener to listen for page change events

Author:
Jason Fry - jasonfry.co.uk

Method Summary
 void onPageChanged(int oldPage, int newPage)
          Event for when a page changes
 

Method Detail

onPageChanged

void onPageChanged(int oldPage,
                   int newPage)
Event for when a page changes

Parameters:
oldPage - The page the view was on previously
newPage - The page the view has moved to