public interface IWorkspaceListener
Modifier and Type | Method and Description |
---|---|
void |
projectAdded(WorkspaceEvent event)
Called if a project was added to the listener.
|
void |
projectRemoved(WorkspaceEvent event)
Called if a project was removed form the listener.
|
void projectAdded(WorkspaceEvent event)
event
- the event object with additional informationvoid projectRemoved(WorkspaceEvent event)
event
- the event object with additional information