DateTimeChangeEvent Class

DateTimeChangeEvent Class

This Package | All Packages

Event
  |
  +--DateTimeChangeEvent
public class DateTimeChangeEvent
extends Event

The DateTimeChangeEvent is fired when the time changes in the DateTimePicker.

Fields
Name Description
time The new time in the DateTimePicker.

Constructors
Name Description
DateTimeChangeEvent(long time) Topic under construction.

Fields

DateTimeChangeEvent.time

Syntax
public final long time;
Description
The new time in the DateTimePicker.

Constructors

DateTimeChangeEvent.DateTimeChangeEvent

Syntax
public DateTimeChangeEvent( long time );
Description

Topic under construction.