|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dftproject.genesis.core.research.ResearchListenerAdapter
public class ResearchListenerAdapter
A research listener that provides default implementations for the methods described by the IResearchListener interface.
Classes that wish to receive research notifications can extend this class and override only the methods which they are interested in.
| Constructor Summary | |
|---|---|
ResearchListenerAdapter()
|
|
| Method Summary | |
|---|---|
void |
familyAdded(TaskFamily family)
Notification that the given family has been added. |
void |
familyCanceled(TaskFamily family)
Notification that the given family has been canceled. |
void |
familyRemoved(TaskFamily family)
Notification that the given family has been removed. |
void |
familyUpdated(TaskFamily family)
Notification that the given family has been updated. |
void |
objectiveAdded(Objective objective)
Notification that the given objective has been added. |
void |
objectiveCanceled(Objective objective)
Notification that the given objective has been canceled. |
void |
objectiveRemoved(Objective objective)
Notification that the given objective has been removed. |
void |
taskAdded(Task task)
Notification that the given task has been added. |
void |
taskCanceled(Task task)
Notification that the given task has been canceled. |
void |
taskRemoved(Task task)
Notification that the given task has been removed. |
void |
taskUpdated(Task task)
Notification that the given task has been updated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResearchListenerAdapter()
| Method Detail |
|---|
public void objectiveAdded(Objective objective)
IResearchListener
objectiveAdded in interface IResearchListenerobjective - the objectivepublic void objectiveCanceled(Objective objective)
IResearchListener
objectiveCanceled in interface IResearchListenerobjective - the objectivepublic void objectiveRemoved(Objective objective)
IResearchListener
objectiveRemoved in interface IResearchListenerobjective - the objectivepublic void familyAdded(TaskFamily family)
IResearchListener
familyAdded in interface IResearchListenerfamily - the familypublic void familyUpdated(TaskFamily family)
IResearchListener
familyUpdated in interface IResearchListenerfamily - the familypublic void familyCanceled(TaskFamily family)
IResearchListener
familyCanceled in interface IResearchListenerfamily - the familypublic void familyRemoved(TaskFamily family)
IResearchListener
familyRemoved in interface IResearchListenerfamily - the familypublic void taskAdded(Task task)
IResearchListener
taskAdded in interface IResearchListenertask - the taskpublic void taskUpdated(Task task)
IResearchListener
taskUpdated in interface IResearchListenertask - the taskpublic void taskCanceled(Task task)
IResearchListener
taskCanceled in interface IResearchListenertask - the taskpublic void taskRemoved(Task task)
IResearchListener
taskRemoved in interface IResearchListenertask - the task
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||