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, wait
include
public void addProjectionListener(ProjectionListener lstnr)
ColumnProjection
addProjectionListener
in interface ColumnProjection
lstnr
- the listener to addColumnProjection.addProjectionListener(prefuse.data.event.ProjectionListener)
public void removeProjectionListener(ProjectionListener lstnr)
ColumnProjection
removeProjectionListener
in interface ColumnProjection
lstnr
- the listener to removeColumnProjection.removeProjectionListener(prefuse.data.event.ProjectionListener)
public void fireUpdate()
Copyright ? 2013 Regents of the University of California