-
- All Superinterfaces:
EventListener
public interface AppCreatedListener extends EventListener
This listener is executed when a new childAppis created.- Author:
- Alex Bogdanovski [alex@erudika.com]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAppCreated(App app)Code to execute right after app is created.
-
-
-
Method Detail
-
onAppCreated
void onAppCreated(App app)
Code to execute right after app is created.- Parameters:
app- the app object
-
-