public interface IOContext
Modifier and Type | Method and Description |
---|---|
IOListener |
getIOListener()
Returns the IOListener.
|
boolean |
hasStream()
Return true if the given export context can provide an output stream
|
void |
informCompleted(boolean success)
Informs this context that it will not be used for further exports any
more.
|
boolean |
isCompleted()
Returns true if this context already has been completed.
|
IOListener getIOListener()
boolean hasStream()
void informCompleted(boolean success)
boolean isCompleted()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.