|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProjectListener
A project listener.
| Method Summary | |
|---|---|
void |
fileAdded(ProjectEvent pe)
Method called when a single file has been added to a project. |
void |
fileRemoved(ProjectEvent pe)
Method called when a single file has been removed from a project. |
void |
filesAdded(ProjectEvent pe)
Method called when several files have been added to a project. |
void |
filesRemoved(ProjectEvent pe)
Method called when more than one file have been removed from a project. |
void |
propertiesChanged(ProjectEvent pe)
Method called when project properties (such as name and root) have changed. |
| Method Detail |
|---|
void fileAdded(ProjectEvent pe)
getAddedFile() method.
pe - The project event.void filesAdded(ProjectEvent pe)
getAddedFiles() method.
pe - The project event.void fileRemoved(ProjectEvent pe)
pe - The project event.void filesRemoved(ProjectEvent pe)
pe - The project event.void propertiesChanged(ProjectEvent pe)
pe - The project event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||