Interface IAttributeListener
-
public interface IAttributeListener
Receives file name events after one attribute of the report design is changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fileNameChanged(ModuleHandle targetElement, AttributeEvent ev)
Notifies the element is validated.
-
-
-
Method Detail
-
fileNameChanged
void fileNameChanged(ModuleHandle targetElement, AttributeEvent ev)
Notifies the element is validated.- Parameters:
targetElement
- the validated elementev
- the validation event which contains the error information
-
-