Package com.levigo.jadice.server.nodes
Interface URLOutputNode.StreamListener
-
- All Superinterfaces:
EventListener
- Enclosing class:
- URLOutputNode
public static interface URLOutputNode.StreamListener extends EventListener
This listener will be informed whenever aStream
has been successfully written on the server side.Notifications about failed writing attempts can be received with a
JobListener
.- Since:
- jadice server 5.4.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
streamWritten(StreamDescriptor descriptor, URL location)
This method will be called when the server has written aStream
-
-
-
Method Detail
-
streamWritten
void streamWritten(StreamDescriptor descriptor, URL location)
This method will be called when the server has written aStream
-
-