|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.mars_sim.msp.core.science.ScientificStudyEvent
public class ScientificStudyEvent
A scientific study update event.
| Field Summary | |
|---|---|
static String |
ADD_COLLABORATOR_EVENT
|
static String |
COLLABORATION_PAPER_WORK_EVENT
|
static String |
COLLABORATION_RESEARCH_WORK_EVENT
|
static String |
PHASE_CHANGE_EVENT
|
static String |
PRIMARY_PAPER_WORK_EVENT
|
static String |
PRIMARY_RESEARCH_WORK_EVENT
|
static String |
PROPOSAL_WORK_EVENT
|
static String |
REMOVE_COLLABORATOR_EVENT
|
static String |
STUDY_COMPLETION_EVENT
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ScientificStudyEvent(ScientificStudy study,
Person researcher,
String type)
Constructor |
|
ScientificStudyEvent(ScientificStudy study,
String type)
Constructor |
|
| Method Summary | |
|---|---|
Person |
getResearcher()
Get the study researcher the event is about. |
ScientificStudy |
getStudy()
Get the scientific study. |
String |
getType()
Get the event type. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String STUDY_COMPLETION_EVENT
public static final String PHASE_CHANGE_EVENT
public static final String PROPOSAL_WORK_EVENT
public static final String ADD_COLLABORATOR_EVENT
public static final String REMOVE_COLLABORATOR_EVENT
public static final String PRIMARY_RESEARCH_WORK_EVENT
public static final String COLLABORATION_RESEARCH_WORK_EVENT
public static final String PRIMARY_PAPER_WORK_EVENT
public static final String COLLABORATION_PAPER_WORK_EVENT
| Constructor Detail |
|---|
public ScientificStudyEvent(ScientificStudy study,
String type)
study - the scientific study.type - the event type.
public ScientificStudyEvent(ScientificStudy study,
Person researcher,
String type)
study - the scientific study.researcher - the study researcher.type - the event type.| Method Detail |
|---|
public ScientificStudy getStudy()
public Person getResearcher()
public String getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||