public class ReportingAdapter extends Object implements ReportingListeners
| Constructor and Description |
|---|
ReportingAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
reportPropertyAdded(com.eviware.soapui.config.PropertiesTypeConfig property) |
void |
reportPropertyRemoved(com.eviware.soapui.config.PropertiesTypeConfig property) |
void |
reportPropertyUpdated(com.eviware.soapui.config.PropertiesTypeConfig property) |
void |
reportTemplateAdded(ReportTemplate reportTemplate) |
void |
reportTemplateRemoved(ReportTemplate reportTemplate) |
void |
reportTemplateUpdated(ReportTemplate reportTemplate) |
void |
xmlTemplateAdded(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlTemplate) |
void |
xmlTemplateRemoved(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlTemplate) |
void |
xmlTemplateUpdated(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlTemplate) |
public void reportPropertyAdded(com.eviware.soapui.config.PropertiesTypeConfig property)
reportPropertyAdded in interface ReportingListenerspublic void reportPropertyRemoved(com.eviware.soapui.config.PropertiesTypeConfig property)
reportPropertyRemoved in interface ReportingListenerspublic void reportPropertyUpdated(com.eviware.soapui.config.PropertiesTypeConfig property)
reportPropertyUpdated in interface ReportingListenerspublic void reportTemplateAdded(ReportTemplate reportTemplate)
reportTemplateAdded in interface ReportingListenerspublic void reportTemplateRemoved(ReportTemplate reportTemplate)
reportTemplateRemoved in interface ReportingListenerspublic void reportTemplateUpdated(ReportTemplate reportTemplate)
reportTemplateUpdated in interface ReportingListenerspublic void xmlTemplateAdded(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlTemplate)
xmlTemplateAdded in interface ReportingListenerspublic void xmlTemplateRemoved(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlTemplate)
xmlTemplateRemoved in interface ReportingListenerspublic void xmlTemplateUpdated(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlTemplate)
xmlTemplateUpdated in interface ReportingListenersCopyright © 2019. All rights reserved.