|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Event-listener interface for Project events.
ProjectAdapter,
ProjectEvent,
Server.addProjectListener(com.starbase.starteam.ProjectListener)| Method Summary | |
void |
projectAdded(ProjectEvent e)
Invoked when a new Project has been added to the server. |
void |
projectChanged(ProjectEvent e)
Invoked when an existing Project has been modified on the server. |
void |
projectDeleted(ProjectEvent e)
Invoked when an existing Project has been deleted on the server. |
| Method Detail |
public void projectAdded(ProjectEvent e)
e - The corresponding Project event.public void projectChanged(ProjectEvent e)
e - The corresponding Project event.public void projectDeleted(ProjectEvent e)
e - The corresponding Project event. In this case, the
Project will have been marked deleted.Project.isDeleted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||