com.eviware.soapui.model.support
Class TestPropertyListenerAdapter
java.lang.Object
com.eviware.soapui.model.support.TestPropertyListenerAdapter
- All Implemented Interfaces:
- TestPropertyListener
public class TestPropertyListenerAdapter
- extends java.lang.Object
- implements TestPropertyListener
Adapter for TestPropertyListener implementations
- Author:
- ole.matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestPropertyListenerAdapter
public TestPropertyListenerAdapter()
propertyAdded
public void propertyAdded(java.lang.String name)
- Specified by:
propertyAdded
in interface TestPropertyListener
propertyRemoved
public void propertyRemoved(java.lang.String name)
- Specified by:
propertyRemoved
in interface TestPropertyListener
propertyRenamed
public void propertyRenamed(java.lang.String oldName,
java.lang.String newName)
- Specified by:
propertyRenamed
in interface TestPropertyListener
propertyValueChanged
public void propertyValueChanged(java.lang.String name,
java.lang.String oldValue,
java.lang.String newValue)
- Specified by:
propertyValueChanged
in interface TestPropertyListener
Copyright © 2005-2007 eviware.com. All Rights Reserved.