Interface | Description |
---|---|
IAbstractFileListener | |
IAbstractFolderListener |
This interface is for listeners that want to benotified if files were
removed or added to an abstract folder.
|
IProjectListener |
A project listener is notified by the project if files were added to or
removed from the project.
|
IWorkspaceListener |
A workspace listener is notified by the workspace if projects were added to or
removed from the workspace.
|
Class | Description |
---|---|
ProjectFileEvent |
This event is used by the project listener and is used to indicate a change
in the project structure, e.g. when a file is added or removed.
|
WorkspaceEvent |
This event is used by the workspace listener and is used to indicate a change
in the workspace, this is when a project is added or removed.
|