FileDocCategorySizeDatePackage
Advanceable.javaAPI DocAndroid 5.1 API1244Thu Mar 12 22:22:10 GMT 2015android.widget

Advanceable

public interface Advanceable
This interface can be implemented by any collection-type view which has a notion of progressing through its set of children. The interface exists to give AppWidgetHosts a way of taking responsibility for automatically advancing such collections.

Fields Summary
Constructors Summary
Methods Summary
public voidadvance()
Advances this collection, eg. shows the next view.

public voidfyiWillBeAdvancedByHostKThx()
Called by the AppWidgetHost once before it begins to call advance(), allowing the collection to do any required setup.