public class Timer extends Object implements ITimer, Serializable
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancel the timer.
|
long |
getNotificationTime()
Get the next absolute alarm timepoint.
|
ITimedObject |
getTimedObject()
Get the timed object.
|
void |
setNotificationTime(long time)
Change notification time.
|
public long getNotificationTime()
getNotificationTime
in interface ITimer
public ITimedObject getTimedObject()
getTimedObject
in interface ITimer
public void setNotificationTime(long time)
setNotificationTime
in interface ITimer
The
- notification time.Copyright © 2012. All Rights Reserved.