Interface ContentStreamListener
-
@AlfrescoPublicApi public interface ContentStreamListener
Listens for notifications w.r.t. content. This includes receiving notifications of the opening and closing of the content streams.- Author:
- Derek Hulley
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
contentStreamClosed()
Called when the stream associated with a reader or writer is closed
-
-
-
Method Detail
-
contentStreamClosed
void contentStreamClosed() throws ContentIOException
Called when the stream associated with a reader or writer is closed- Throws:
ContentIOException
-
-