Interface SubjectDataUpdateEvent
-
- All Superinterfaces:
Event
public interface SubjectDataUpdateEvent extends Event
Fired after a givenSubject
'sSubjectData
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubjectData
updatedData()
Gets the updatedSubjectData
.
-
-
-
Method Detail
-
updatedData
SubjectData updatedData()
Gets the updatedSubjectData
.- Returns:
- the updated data
-
-