Interface ProjectChangeListener
@API(type=EXTENDABLE,
src=PUBLIC)
public interface ProjectChangeListener
Project change listener. Gets notified when another project is loaded.
- Since:
- 21.1
-
Method Summary
Modifier and TypeMethodDescriptionvoid
projectChanged
(URL oldProjectURL, URL newProjectURL) The project has changed.
-
Method Details
-
projectChanged
The project has changed.- Parameters:
oldProjectURL
- The URL of the old project.newProjectURL
- The URL of the new project.
-