Package org.incendo.cloud.help
Interface HelpRenderer<C>
-
Method Summary
Modifier and TypeMethodDescriptionvoidrender(@NonNull HelpQueryResult<C> result) Renders theresultto the sender that created the query.
-
Method Details
-
render
Renders theresultto the sender that created the query.- Parameters:
result- the result
-