public interface NFEModelListener
extends java.util.EventListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
METHOD_MODEL_OBJECT_ADDED |
static java.lang.String |
METHOD_MODEL_OBJECT_REMOVED |
static java.lang.String |
METHOD_MODEL_OBJECTS_ADDED |
static java.lang.String |
METHOD_MODEL_OBJECTS_REMOVED |
static java.lang.String |
METHOD_PROPERTY_CHANGED |
Modifier and Type | Method and Description |
---|---|
void |
modelObjectAdded(NFEModelObjectEvent event)
Invoked when a model object has been added
|
void |
modelObjectPropertyChanged(NFEModelObjectPropertyChangedEvent event)
Invoked when a model object's property has been changed
|
void |
modelObjectRemoved(NFEModelObjectEvent event)
Invoked when a model object has been removed
|
void |
modelObjectsAdded(NFEModelObjectsEvent event)
Invoked when one or more model objects have been added
|
void |
modelObjectsRemoved(NFEModelObjectsEvent event)
Invoked when one or more model objects have been removed
|
static final java.lang.String METHOD_MODEL_OBJECT_ADDED
static final java.lang.String METHOD_MODEL_OBJECT_REMOVED
static final java.lang.String METHOD_PROPERTY_CHANGED
static final java.lang.String METHOD_MODEL_OBJECTS_REMOVED
static final java.lang.String METHOD_MODEL_OBJECTS_ADDED
void modelObjectAdded(NFEModelObjectEvent event)
event
- contains a reference to the model object that has been addedvoid modelObjectsAdded(NFEModelObjectsEvent event)
event
- contains a collection of references to the model objects that have been addedvoid modelObjectRemoved(NFEModelObjectEvent event)
event
- contains a reference to the model object that has been removedvoid modelObjectsRemoved(NFEModelObjectsEvent event)
event
- contains a collection of references to the model objects that have been removedvoid modelObjectPropertyChanged(NFEModelObjectPropertyChangedEvent event)
event
- contains a reference to the model objects which property has been changed and the name and previous value of the changed property