public class ApplicationCreatedEvent
extends Object
Event published when a new application has been created
- Since:
- 2.12.0
-
Constructor Summary
Constructors
-
Method Summary
boolean
Returns application which was created
int
-
Constructor Details
-
ApplicationCreatedEvent
public ApplicationCreatedEvent(Application application)
-
Method Details
-
getApplication
Returns application which was created
- Returns:
- created application
-
-
-