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
ProjectExtensionclean in interface ProjectExtensionproject - current projectImmoToolException - error on executionpublic void close(ImmoToolProject project) throws ImmoToolException
ProjectExtensionclose in interface ProjectExtensionproject - current projectImmoToolException - error on executionpublic String[] getRequiredPluginIds()
getRequiredPluginIds in interface BasicExtensionpublic void open(ImmoToolProject project) throws ImmoToolException
ProjectExtensionopen in interface ProjectExtensionproject - current projectImmoToolException - error on executionpublic void openFinished(ImmoToolProject project) throws ImmoToolException
ProjectExtensionopenFinished in interface ProjectExtensionproject - current projectImmoToolException - error on executionpublic void reload(ImmoToolProject project) throws ImmoToolException
ProjectExtensionreload in interface ProjectExtensionproject - current projectImmoToolException - error on executionpublic void repair(ImmoToolProject project) throws ImmoToolException
ProjectExtensionrepair in interface ProjectExtensionproject - current projectImmoToolException - error on executionpublic void repairFinished(ImmoToolProject project) throws ImmoToolException
ProjectExtensionrepairFinished in interface ProjectExtensionproject - current projectImmoToolException - error on executionCopyright © 2015 OpenEstate. All rights reserved.