Since: API Level 2.0
public static interface

HtcTimePickerDialog.OnTimeSetListener

com.htc.widget.HtcTimePickerDialog.OnTimeSetListener

Class Overview

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

Summary

Public Methods
abstract void onTimeSet(HtcTimePicker view, int hourOfDay, int minute, int second)

Public Methods

public abstract void onTimeSet (HtcTimePicker view, int hourOfDay, int minute, int second)

Since: API Level 2.0

Parameters
view The view associated with this listener.
hourOfDay The hour that was set.
minute The minute that was set.
second The second that was set