E
- as the actual EventF
- as the Feedback that the ChangeGenerator
will send as a callback object. The ChangeListener
can set the Feedback based on their contract.
The feedback object is any object that is mutable sent from the generator awaiting feedback by the listeners. If there are multiple ChangeListener
s updating the feedback
then its the developers responsibility on how this is done.public interface SynchronousChange<F>
#feedback
that returns synchronously.ChangeListener
Modifier and Type | Method and Description |
---|---|
F |
getFeedback() |
void |
setFeedback(F feedback) |
Copyright © 2018. All rights reserved.