Package | Description |
---|---|
org.chorem.jtimer.entities |
jTimer entities.
|
org.chorem.jtimer.ui.tasks |
Job used to run tasks.
|
Modifier and Type | Field and Description |
---|---|
protected TimerAlert.Type |
TimerAlert.type
Alert type.
|
Modifier and Type | Method and Description |
---|---|
TimerAlert.Type |
TimerAlert.getType()
Get alert type.
|
static TimerAlert.Type |
TimerAlert.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerAlert.Type[] |
TimerAlert.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerAlert.setType(TimerAlert.Type type)
Set alert type.
|
Constructor and Description |
---|
TimerAlert(TimerAlert.Type type,
long duration)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RunTaskJob.displayAlert(TimerTask task,
TimerAlert.Type alertType,
long alertDuration)
Display alert message without breaking UI.
|
Copyright © 2007–2013 CodeLutin. All rights reserved.