uk.co.jasonfry.android.tools.ui
Interface PageControl.OnPageControlClickListener

Enclosing class:
PageControl

public static interface PageControl.OnPageControlClickListener

Author:
Jason Fry - jasonfry.co.uk Interface definition for a callback to be invoked when a PageControl is clicked.

Method Summary
 void goBackwards()
          Called when the PageControl should go backwards
 void goForwards()
          Called when the PageControl should go forwards
 

Method Detail

goForwards

void goForwards()
Called when the PageControl should go forwards


goBackwards

void goBackwards()
Called when the PageControl should go backwards