public abstract class AbstractColumnProjection extends java.lang.Object implements ColumnProjection
| Constructor and Description |
|---|
AbstractColumnProjection() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProjectionListener(ProjectionListener listener)
Add a listener to this column projection
|
void |
fireUpdate() |
void |
removeProjectionListener(ProjectionListener listener)
Remove a listener from this column projection
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitincludepublic void addProjectionListener(ProjectionListener listener)
ColumnProjectionaddProjectionListener in interface ColumnProjectionlistener - the listener to addColumnProjection.addProjectionListener(prefuse.data.event.ProjectionListener)public void removeProjectionListener(ProjectionListener listener)
ColumnProjectionremoveProjectionListener in interface ColumnProjectionlistener - the listener to removeColumnProjection.removeProjectionListener(prefuse.data.event.ProjectionListener)public void fireUpdate()