public interface AfterCreateAppInterface
Modifier and Type | Method and Description |
---|---|
void |
onAfterAppCreate(AppInterface app)
This method is invoked after application has been created to give developer opportunity to dynamically modify it.
|
void onAfterAppCreate(AppInterface app) throws java.lang.Exception
app
- AppInterface - interface to the applicationjava.lang.Exception