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
PropertyChangeSupport support

Constructor Summary
ModelAbstract()

Method Summary
void addPropertyChangeListener(PropertyChangeListener listener)
void removePropertyChangeListener(PropertyChangeListener listener)


Field Detail

support

    PropertyChangeSupport support
the support for property events


Constructor Detail

ModelAbstract

    ModelAbstract()

Default Constructor


Method Detail

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