org.eclipse.birt.report.model.api.core
Interface IAttributeListener


public interface IAttributeListener

Receives file name events after one attribute of the report design is changed.


Method Summary
 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 element
ev - the validation event which contains the error information


Copyright © 2008 Actuate Corp. All rights reserved.