com.eliad.model
Class AbstractDirectSpanModel

java.lang.Object
  |
  +--com.eliad.model.AbstractGenericModel
        |
        +--com.eliad.model.AbstractSpanModel
              |
              +--com.eliad.model.AbstractDirectSpanModel

public abstract class AbstractDirectSpanModel
extends AbstractSpanModel
implements DirectSpanModel

A base class for DirectSpanModels, providing a standard way of handling of listeners through AbstractSpanModel.

Version:
1.0 05/09/00
Author:
Patrick Mérissert-Coffinières
See Also:
Serialized Form

Fields inherited from class com.eliad.model.AbstractGenericModel
listeners_
 
Constructor Summary
AbstractDirectSpanModel()
           
 
Methods inherited from class com.eliad.model.AbstractSpanModel
addSpanModelListener, fireSpanAdded, fireSpanColumnsDeleted, fireSpanColumnsInserted, fireSpanModelChanged, fireSpanRemoved, fireSpanRowsDeleted, fireSpanRowsInserted, fireSpanStructureChanged, fireSpanUpdated, propagateDataChange, propagateModelChange, propagateStructureChange, removeSpanModelListener
 
Methods inherited from class com.eliad.model.AbstractGenericModel
getListenerCount, getListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDirectSpanModel

public AbstractDirectSpanModel()