public abstract class ProjectAdapter extends Object implements ProjectExtension
ID
Constructor and Description |
---|
ProjectAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
clean(ImmoToolProject project)
This method is executed, to cleanup the currently opened project.
|
void |
close(ImmoToolProject project)
This method is executed, when the currently opened project is closed.
|
String[] |
getRequiredPluginIds() |
void |
open(ImmoToolProject project)
This method is executed, when a project is opened.
|
void |
openFinished(ImmoToolProject project)
This method is executed, after a project was opened.
|
void |
reload(ImmoToolProject project)
This method is executed, when the project database is reloaded.
|
void |
repair(ImmoToolProject project)
This method is executed, when the project database is repaired.
|
void |
repairFinished(ImmoToolProject project)
This method is executed, when the project database reparation is finished.
|
public void clean(ImmoToolProject project) throws ImmoToolException
ProjectExtension
clean
in interface ProjectExtension
project
- current projectImmoToolException
- error on executionpublic void close(ImmoToolProject project) throws ImmoToolException
ProjectExtension
close
in interface ProjectExtension
project
- current projectImmoToolException
- error on executionpublic String[] getRequiredPluginIds()
getRequiredPluginIds
in interface BasicExtension
public void open(ImmoToolProject project) throws ImmoToolException
ProjectExtension
open
in interface ProjectExtension
project
- current projectImmoToolException
- error on executionpublic void openFinished(ImmoToolProject project) throws ImmoToolException
ProjectExtension
openFinished
in interface ProjectExtension
project
- current projectImmoToolException
- error on executionpublic void reload(ImmoToolProject project) throws ImmoToolException
ProjectExtension
reload
in interface ProjectExtension
project
- current projectImmoToolException
- error on executionpublic void repair(ImmoToolProject project) throws ImmoToolException
ProjectExtension
repair
in interface ProjectExtension
project
- current projectImmoToolException
- error on executionpublic void repairFinished(ImmoToolProject project) throws ImmoToolException
ProjectExtension
repairFinished
in interface ProjectExtension
project
- current projectImmoToolException
- error on executionCopyright © 2015 OpenEstate. All rights reserved.