Android
android.view
public static interface

android.view.ViewStub.OnInflateListener

android.view.ViewStub.OnInflateListener

Listener used to receive a notification after a ViewStub has successfully inflated its layout resource.

Summary

Public Methods

          void  onInflate(ViewStub stub, View inflated)
Invoked after a ViewStub successfully inflated its layout resource.

Details

Public Methods

public void onInflate(ViewStub stub, View inflated)

Invoked after a ViewStub successfully inflated its layout resource. This method is invoked after the inflated view was added to the hierarchy but before the layout pass.

Parameters

stub The ViewStub that initiated the inflation.
inflated The inflated View.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48