public interface FilterStateListener
| Modifier and Type | Method and Description |
|---|---|
void |
ended(Filter filter,
OutputStream out)
Invoked when the filter detects the end of a section.
|
OutputStream |
started(Filter filter)
Invoked when the filter detects the start of a section it understands.
|
OutputStream started(Filter filter)
filter - filternullvoid ended(Filter filter, OutputStream out)
filter - filterout - output stream returned from started(Filter)
or nullCopyright © 2010 - 2020 Adobe. All Rights Reserved