Interface SubjectDataUpdateEvent
- All Superinterfaces:
Event
Fired after a given
Subject
's SubjectData
is updated.
The event will be fired after the change has been fully applied, meaning
calls querying the Subject
will reflect the change.
This event is always called asynchronously.
-
Method Summary
-
Method Details
-
updatedData
SubjectData updatedData()Gets the updatedSubjectData
.- Returns:
- the updated data
-