com.vodafone.v10.system.device
Interface ScheduledAlarmListener
- All Known Implementing Classes:
- ResidentMIDlet
- public interface ScheduledAlarmListener
ScheduledAlarmListener is an interface for implementing a listener to wait for scheduled alarm events. To register the listener implementing this interface, call the DeviceControl setScheduledAlarmListener() method. When a scheduled alarm occurs, the notice() method is called.
ScheduledAlarmListener event notification is made regardless of whether the MIDlet is resident or started ordinarily.
|
Method Summary |
void |
notice(java.lang.String comment)
Called when the alarm time arrives. |
notice
public void notice(java.lang.String comment)
- Called when the alarm time arrives.
- Parameters:
comment - A comment relating to the alarm contents.
Copyright 2002,2003 Aplix Corporation. All rights reserved. Aplix Confidential and Restricted.