|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicDecomposition
This interface should be implemented by classes that dispatch notifications about changes in Partition
s.
Such classes can be notified when PartitionCell
s are created, divided, finalized and/or unlocked.
DynamicDecomposition.Listener
Nested Class Summary | |
---|---|
static interface |
DynamicDecomposition.Listener
This interface is implemented by classes that require to be notified of changes in Partition s. |
Method Summary | |
---|---|
void |
addDynamicDecompositionListener(DynamicDecomposition.Listener listener)
Adds the given DynamicDecomposition.Listener that will be notified of dynamic decomposition events to the Partition . |
void |
removeDynamicDecompositionListener(DynamicDecomposition.Listener listener)
Removes the given DynamicDecomposition.Listener from the Partition . |
Method Detail |
---|
void addDynamicDecompositionListener(DynamicDecomposition.Listener listener)
DynamicDecomposition.Listener
that will be notified of dynamic decomposition events to the Partition
.
listener
- the listener to be addedvoid removeDynamicDecompositionListener(DynamicDecomposition.Listener listener)
DynamicDecomposition.Listener
from the Partition
.
The DynamicDecomposition.Listener
will be no more notified of dynamic decomposition events.
listener
- the listener to be removed
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |