Interface SubjectDataUpdateEvent
-
- All Superinterfaces:
Event
public interface SubjectDataUpdateEvent extends Event
Fired after a givenSubject'sSubjectDatais updated.The event will be fired after the change has been fully applied, meaning calls querying the
Subjectwill reflect the change.This event is always called asynchronously.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubjectDataupdatedData()Gets the updatedSubjectData.
-
-
-
Method Detail
-
updatedData
SubjectData updatedData()
Gets the updatedSubjectData.- Returns:
- the updated data
-
-