Package com.ptc.mvc.ds.client
Interface ClientFeedbackGenerator
- All Superinterfaces:
Serializable
Generator responsible to provide ClientFeedback for a list of chunkables before they gets added into the DataSource
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends ClientFeedback>getClientFeedback(List<? extends com.ptc.mvc.ds.client.Chunkable> chunkables) Return the List of ClientFeedback for the given chunkables
Supported API: true
-
Method Details
-
getClientFeedback
List<? extends ClientFeedback> getClientFeedback(List<? extends com.ptc.mvc.ds.client.Chunkable> chunkables) Return the List of ClientFeedback for the given chunkables
Supported API: true- Parameters:
chunkables-- Returns:
-