public interface ProjectExtension extends BasicExtension
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.
|
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.
|
getRequiredPluginIds
static final String ID
void clean(ImmoToolProject project) throws ImmoToolException
project
- current projectImmoToolException
- error on executionvoid close(ImmoToolProject project) throws ImmoToolException
project
- current projectImmoToolException
- error on executionvoid open(ImmoToolProject project) throws ImmoToolException
project
- current projectImmoToolException
- error on executionvoid openFinished(ImmoToolProject project) throws ImmoToolException
project
- current projectImmoToolException
- error on executionvoid reload(ImmoToolProject project) throws ImmoToolException
project
- current projectImmoToolException
- error on executionvoid repair(ImmoToolProject project) throws ImmoToolException
project
- current projectImmoToolException
- error on executionvoid repairFinished(ImmoToolProject project) throws ImmoToolException
project
- current projectImmoToolException
- error on executionCopyright © 2015 OpenEstate. All rights reserved.