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 ReportingListeners
public void reportPropertyRemoved(com.eviware.soapui.config.PropertiesTypeConfig property)
reportPropertyRemoved
in interface ReportingListeners
public void reportPropertyUpdated(com.eviware.soapui.config.PropertiesTypeConfig property)
reportPropertyUpdated
in interface ReportingListeners
public void reportTemplateAdded(ReportTemplate reportTemplate)
reportTemplateAdded
in interface ReportingListeners
public void reportTemplateRemoved(ReportTemplate reportTemplate)
reportTemplateRemoved
in interface ReportingListeners
public void reportTemplateUpdated(ReportTemplate reportTemplate)
reportTemplateUpdated
in interface ReportingListeners
public void xmlTemplateAdded(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlTemplate)
xmlTemplateAdded
in interface ReportingListeners
public void xmlTemplateRemoved(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlTemplate)
xmlTemplateRemoved
in interface ReportingListeners
public void xmlTemplateUpdated(com.eviware.soapui.config.XmlTemplatesTypeConfig xmlTemplate)
xmlTemplateUpdated
in interface ReportingListeners
Copyright © 2019. All rights reserved.