org.openbp.jaspira.propertybrowser
Interface ObjectChangeListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- ConfigurationBeanPage, JaspiraWizardObjectPage, PropertyBrowserPlugin, PropertyBrowserWidget, WizardObjectPage
public interface ObjectChangeListener
- extends java.util.EventListener
Listener who is notified if an object edited by an PropertyBrowser has been modified.
- Author:
- Andreas Putz
|
Method Summary |
void |
objectChanged(java.lang.Object original,
java.lang.Object modified)
Is performed if the object was changed. |
objectChanged
void objectChanged(java.lang.Object original,
java.lang.Object modified)
- Is performed if the object was changed.
- Parameters:
original - The object without any changesmodified - The modified object
Copyright © 2011. All Rights Reserved.