public class NotificationThread
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
REVISION  | 
| Constructor and Description | 
|---|
NotificationThread(int period)
Constructor, creates a new notification thread for the specified period. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
run()  | 
void | 
start()
Starts the Notification Thread. 
 | 
public static final java.lang.String REVISION
public NotificationThread(int period)
period - a period constant from : NotificationManager.MINUTED, 
        NotificationManager.HOURLY, NotificationManager.DAILY,
        NotificationManager.WEEKLY or NotificationManager.MONTHLYCopyright © 2001-2018 Jalios SA. All Rights Reserved.