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
FieldsModifier and TypeFieldDescriptionprotected final ImmutableApplicationprotected final ImmutableApplication -
Constructor Summary
ConstructorsConstructorDescriptionApplicationUpdatedEvent(Application oldApplication, Application newApplication) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns state of the application after the updateReturns state of the application before the updateinthashCode()
-
Field Details
-
newApplication
-
oldApplication
-
-
Constructor Details
-
ApplicationUpdatedEvent
-
-
Method Details