public interface Dataset3D
Chart3DPanel).| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(Dataset3DChangeListener listener)
Registers a change listener to receive notification of changes to the
dataset.
|
boolean |
hasListener(java.util.EventListener listener)
Returns
true if the specified listener is registered with
the dataset, and false otherwise. |
void |
removeChangeListener(Dataset3DChangeListener listener)
De-registers a change listener so that it no longer receives notification
of changes to the dataset.
|
void addChangeListener(Dataset3DChangeListener listener)
listener - the listener (null not permitted).void removeChangeListener(Dataset3DChangeListener listener)
listener - the listener (null not permitted).boolean hasListener(java.util.EventListener listener)
true if the specified listener is registered with
the dataset, and false otherwise. This method is used
for unit testing to confirm that listeners are removed correctly
following dataset switches.listener - the listener.