Android
android.app
public static interface

android.app.TimePickerDialog.OnTimeSetListener

android.app.TimePickerDialog.OnTimeSetListener

The callback interface used to indicate the user is done filling in the time (they clicked on the 'Set' button).

Summary

Public Methods

          void  onTimeSet(TimePicker view, int hourOfDay, int minute)

Details

Public Methods

public void onTimeSet(TimePicker view, int hourOfDay, int minute)

Parameters

view The view associated with this listener.
hourOfDay The hour that was set.
minute The minute that was set.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56