public class ApplicationChangedEvent
extends org.springframework.context.ApplicationEvent
Catalog
has changedsource
Constructor and Description |
---|
ApplicationChangedEvent(Object source,
Trackable application,
OperationType operation) |
Modifier and Type | Method and Description |
---|---|
Trackable |
getApplication()
The application that was modified
|
OperationType |
getOperation()
The operation that triggered the change
|
getSource, toString
public ApplicationChangedEvent(Object source, Trackable application, OperationType operation)
source
- triggered the eventapplication
- persisted counterpart to a Application
operation
- what type of operation was performed on the applicationpublic Trackable getApplication()
Application
public OperationType getOperation()
Copyright © 2021. All rights reserved.