Class ApplicationUpdatedEvent
java.lang.Object
com.atlassian.crowd.event.application.ApplicationUpdatedEvent
- Direct Known Subclasses:
ApplicationDirectoryAddedEvent
,ApplicationDirectoryOrderUpdatedEvent
,ApplicationDirectoryRemovedEvent
Occurs when the configuration of an newApplication changes.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ImmutableApplication
protected final ImmutableApplication
-
Constructor Summary
ConstructorDescriptionApplicationUpdatedEvent
(Application oldApplication, Application newApplication) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns state of the application after the updateReturns state of the application before the updateint
hashCode()
-
Field Details
-
newApplication
-
oldApplication
-
-
Constructor Details
-
ApplicationUpdatedEvent
-
-
Method Details