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