Package com.dassault_systemes.catweb.base.catlet.model

   
Class ModelAbstract

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.catweb.base.catlet.model.ModelAbstract
Class Location

Framework : PortalBase

Module : PLBbase

Class Description

public abstract class ModelAbstract

The abstract Model class used by CATlet MVC

Field Summary
protected PropertyChangeSupport support
the support for property events

Constructor Summary
ModelAbstract()
Default Constructor

Method Summary
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.


Field Detail

support

    protected PropertyChangeSupport support
the support for property events


Constructor Detail

ModelAbstract

    ModelAbstract()

Default Constructor


Method Detail

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