public interface BeanCustomizer
extends java.beans.Customizer
Modifier and Type | Interface and Description |
---|---|
static interface |
BeanCustomizer.ModifyListener
Interface for something that is interested in the modified status
of a source object (typically a BeanCustomizer that is editing an
object)
|
Modifier and Type | Method and Description |
---|---|
void |
setModifiedListener(BeanCustomizer.ModifyListener l)
Set a listener to be notified about the modified status of this
object
|
void setModifiedListener(BeanCustomizer.ModifyListener l)
l
- the ModifiedListener