Package com.dassault_systemes.catweb.base.catlet.model |
java.lang.Object
|
+-com.dassault_systemes.catweb.base.catlet.model.ModelAbstract
Framework : PortalBase
Module : PLBbase
public abstract class ModelAbstract
The abstract Model class used by CATlet MVC
support
PropertyChangeSupport support
the support for property events
ModelAbstract
ModelAbstract()
Default Constructor
addPropertyChangeListener
void addPropertyChangeListener(PropertyChangeListener listener)
Adds the specified listener to receive property change events from this model.
- Parameters:
listener
- - a PropertyChangeListener that will be notified when a property of the Model is modified.
removePropertyChangeListener
void removePropertyChangeListener(PropertyChangeListener listener)
Removes the specified listener
so that it no longer receives property change events from this model.
- Parameters:
listener
- - The PropertyChangeListener to remove.
Copyright © 2000, Dassault Systèmes. All rights reserved