public interface VetoableDataEventListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
checkAddProject(TimerProject project)
Check add project.
|
void |
checkAddTask(TimerTask parent,
TimerTask task)
Check add task.
|
void |
checkChangeClosedState(TimerTask task)
Check change task state.
|
void |
checkDeleteProject(TimerProject project)
Check delete project.
|
void |
checkDeleteTask(TimerTask task)
Check delete task.
|
void |
checkMergeTasks(TimerTask destinationTask,
List<TimerTask> otherTasks)
Check merge task.
|
void |
checkModifyProject(TimerProject project)
Check modify project.
|
void |
checkModifyTask(TimerTask task)
Check modify task.
|
void |
checkMoveTask(TimerTask destination,
Collection<TimerTask> tasksToMove)
Check move task.
|
void |
checkSetAnnotation(TimerTask task,
Date date,
String value)
Check update task annotation.
|
void |
checkSetTaskTime(TimerTask task,
Date date,
Long value)
Check update task time.
|
void checkAddProject(TimerProject project)
project
- project to addvoid checkAddTask(TimerTask parent, TimerTask task)
parent
- parent tasktask
- task to addvoid checkModifyProject(TimerProject project)
project
- modified projectvoid checkModifyTask(TimerTask task)
task
- modified taskvoid checkDeleteProject(TimerProject project)
project
- deleted projectvoid checkDeleteTask(TimerTask task)
task
- deleted taskvoid checkSetAnnotation(TimerTask task, Date date, String value)
task
- task to updatedate
- day of changevalue
- new annotationvoid checkSetTaskTime(TimerTask task, Date date, Long value)
task
- task to updatedate
- day of changevalue
- new time in secondsvoid checkChangeClosedState(TimerTask task)
task
- taskvoid checkMoveTask(TimerTask destination, Collection<TimerTask> tasksToMove)
destination
- task to move totasksToMove
- tasks to moveCopyright © 2007–2013 CodeLutin. All rights reserved.