- All Superinterfaces:
EventListener
This listener is executed when a new child
App is created.- Author:
- Alex Bogdanovski [alex@erudika.com]
-
Method Summary
Modifier and TypeMethodDescriptionvoidonAppCreated(App app) Code to execute right after app is created.
-
Method Details
-
onAppCreated
Code to execute right after app is created.- Parameters:
app- the app object
-