IUploadNotify Interface

IUploadNotify Interface

This Package | All Packages

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.

Methods

IUploadNotify.getElement

Syntax
public DhElement getElement( DhElement e );
Return Value

Returns the element to send to the stream.

Description

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.