Package | Description |
---|---|
org.chorem.jtimer.entities |
jTimer entities.
|
org.chorem.jtimer.ui.alert | |
org.chorem.jtimer.ui.tasks |
Job used to run tasks.
|
Modifier and Type | Field and Description |
---|---|
protected List<TimerAlert> |
TimerTask.alerts
Task alerts.
|
Modifier and Type | Method and Description |
---|---|
TimerAlert |
TimerAlert.clone() |
Modifier and Type | Method and Description |
---|---|
List<TimerAlert> |
TimerTask.getAlerts()
Get alert list.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerTask.addAlert(TimerAlert alert)
Add alert.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerTask.setAlert(List<TimerAlert> alerts)
Set alert.
|
Modifier and Type | Field and Description |
---|---|
protected List<TimerAlert> |
AlertTableModel.alerts
Edition alerts list.
|
protected List<TimerAlert> |
AlertEditor.alerts
List of cloned task alert list.
|
Constructor and Description |
---|
AlertTableModel(List<TimerAlert> alerts,
List<String> columnIdentifiers)
Contructor.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<TimerAlert> |
RunTaskJob.alreadyTrownAlerts
Already thrown alert.
|
Copyright © 2007–2013 CodeLutin. All rights reserved.