| Package | Description |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.listener |
| Modifier and Type | Method and Description |
|---|---|
Relation |
Task.addPredecessor(Task targetTask,
RelationType type,
Duration lag)
This method allows a predecessor relationship to be added to this
task instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Relation> |
Task.getPredecessors()
Retrieves the list of predecessors for this task.
|
List<Relation> |
Task.getSuccessors()
Retrieves the list of succesors for this task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectFile.fireRelationReadEvent(Relation relation)
This method is called to alert project listeners to the fact that
a relation has been read from a project file.
|
void |
ProjectFile.fireRelationWrittenEvent(Relation relation)
This method is called to alert project listeners to the fact that
a relation has been written to a project file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectListener.relationRead(Relation relation)
This method is called when a relation is read from a file.
|
void |
DefaultProjectListener.relationRead(Relation relation)
This method is called when a relation is read from a file.
|
void |
ProjectListener.relationWritten(Relation relation)
This method is called when a relation is written to a file.
|
void |
DefaultProjectListener.relationWritten(Relation relation)
This method is called when a relation is written to a file.
|
Copyright © 2013. All Rights Reserved.