@FunctionalInterface public static interface Callback.Output
Modifier and Type | Method and Description |
---|---|
void |
writeTo(OutputStream output)
This method should be invoked by the method where you're passing this callback instance to.
|
void writeTo(OutputStream output) throws IOException
output
- The callback output stream to write to.IOException
- When given output stream cannot be written.Copyright © 2012–2020 OmniFaces. All rights reserved.