|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.listener.DefaultProjectListener
public class DefaultProjectListener
This class is a default implementation of the ProjectListener interface. This is designed to be subclassed by developers to allow them to implement the event methods they require, without having to provide implementations for other methods which they are not interested in.
| Constructor Summary | |
|---|---|
DefaultProjectListener()
|
|
| Method Summary | |
|---|---|
void |
assignmentRead(ResourceAssignment assignment)
This method is called when an assignment is read from a file. |
void |
assignmentWritten(ResourceAssignment assignment)
This method is called when an assignment is written to a file. |
void |
calendarRead(ProjectCalendar calendar)
This method is called when a calendar is read from a file. |
void |
calendarWritten(ProjectCalendar calendar)
This method is called when a calendar is written to a file. |
void |
relationRead(Relation relation)
This method is called when a relation is read from a file. |
void |
relationWritten(Relation relation)
This method is called when a relation is written to a file. |
void |
resourceRead(Resource resource)
This method is called when a resource is read from a file. |
void |
resourceWritten(Resource resource)
This method is called when a resource is written to a file. |
void |
taskRead(Task task)
This method is called when a task is read from a file. |
void |
taskWritten(Task task)
This method is called when a task is written to a file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultProjectListener()
| Method Detail |
|---|
public void taskRead(Task task)
taskRead in interface ProjectListenertask - task instancepublic void taskWritten(Task task)
taskWritten in interface ProjectListenertask - task instancepublic void resourceRead(Resource resource)
resourceRead in interface ProjectListenerresource - resource instancepublic void resourceWritten(Resource resource)
resourceWritten in interface ProjectListenerresource - resource instancepublic void calendarRead(ProjectCalendar calendar)
calendarRead in interface ProjectListenercalendar - calendar instancepublic void calendarWritten(ProjectCalendar calendar)
calendarWritten in interface ProjectListenercalendar - calendar instancepublic void assignmentRead(ResourceAssignment assignment)
assignmentRead in interface ProjectListenerassignment - resource assignmentpublic void assignmentWritten(ResourceAssignment assignment)
assignmentWritten in interface ProjectListenerassignment - assignment instancepublic void relationRead(Relation relation)
relationRead in interface ProjectListenerrelation - relation instancepublic void relationWritten(Relation relation)
relationWritten in interface ProjectListenerrelation - relation instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||