public interface IUploadNotify
Retrieves an element for the output stream. Implement this interface to supply to DhModule.write functions for writing items to the output stream.
Methods
Name | Description |
---|---|
getElement( DhElement e ) | Retrieves an element for the output stream. |
Returns the element to send to the stream.
Retrieves an element for the output stream. This method is called by the framework when a requested element is ready for output to the stream. Any manipulation or replacement can be performed on the element.