|
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
| protected PropertyChangeSupport |
support
the support for property events |
| public void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds the specified listener to receive property change events from this model. |
| public void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes the specified listener
so that it no longer receives property change events from this model. |
support
protected PropertyChangeSupport support
the support for property events
ModelAbstract
ModelAbstract()
Default Constructor
addPropertyChangeListener
public 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
public 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