public interface IDynamicDecomposition
IPartition
s.
Such classes can be notified when PartitionCell
s are created, divided, and/or finalized.
IDecompositionListener
Modifier and Type | Method and Description |
---|---|
void |
addDynamicDecompositionListener(IDecompositionListener listener)
Adds the given
IDecompositionListener that will be notified of dynamic decomposition events to the
IPartition . |
void |
removeDynamicDecompositionListener(IDecompositionListener listener)
Removes the given
IDecompositionListener from the IPartition . |
void addDynamicDecompositionListener(IDecompositionListener listener)
IDecompositionListener
that will be notified of dynamic decomposition events to the
IPartition
.listener
- the listener to be addedvoid removeDynamicDecompositionListener(IDecompositionListener listener)
IDecompositionListener
from the IPartition
.
The IDecompositionListener
will be no more notified of dynamic decomposition events.
listener
- the listener to be removed