pal.misc
public interface PalObjectListener
Modifier and Type | Interface and Description |
---|---|
static class |
PalObjectListener.EventGenerator
A base class for classes that fire PalObject events
|
Modifier and Type | Method and Description |
---|---|
void |
parametersChanged(PalObjectEvent pe)
Signifies that parametric valued governing the state of this Object have changed.
|
void |
structureChanged(PalObjectEvent pe)
Signifies that the structure of the object has changed (for example in trees to topology
has changed)
|
void parametersChanged(PalObjectEvent pe)
void structureChanged(PalObjectEvent pe)