|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprojectviewer.event.ProjectAdapter
Default implementation of the listener interface that does nothing when the methods are called.
Constructor Summary | |
ProjectAdapter()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProjectAdapter()
Method Detail |
public void fileAdded(ProjectEvent pe)
getFile()
method.
fileAdded
in interface ProjectListener
pe
- The project event.public void filesAdded(ProjectEvent pe)
getFiles()
method.
filesAdded
in interface ProjectListener
pe
- The project event.public void fileRemoved(ProjectEvent pe)
fileRemoved
in interface ProjectListener
pe
- The project event.public void filesRemoved(ProjectEvent pe)
filesRemoved
in interface ProjectListener
pe
- The project event.public void propertiesChanged(ProjectEvent pe)
propertiesChanged
in interface ProjectListener
pe
- The project event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |