Interface SubjectDataUpdateEvent

All Superinterfaces:
Event

public interface SubjectDataUpdateEvent extends 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 Details