Search this API

y.layout.router.polyline
Interface DynamicDecomposition

All Known Implementing Classes:
DynamicObstacleDecomposition, GraphPartition

public interface DynamicDecomposition

This interface should be implemented by classes that dispatch notifications about changes in partitions. Interested parties are notified when PartitionCells are created, divided, and/or finalized.

See Also:
DynamicDecomposition.Listener

Nested Class Summary
static interface DynamicDecomposition.Listener
          Interface for classes that want to be notified about changes in partitions.
 
Method Summary
 void addDynamicDecompositionListener(DynamicDecomposition.Listener listener)
          Adds the given listener to the Partition.
 void removeDynamicDecompositionListener(DynamicDecomposition.Listener listener)
          Removes the given listener from the Partition.
 

Method Detail

addDynamicDecompositionListener

void addDynamicDecompositionListener(DynamicDecomposition.Listener listener)
Adds the given listener to the Partition.

Parameters:
listener - The listener that shall be notified upon dynamic decomposition events.

removeDynamicDecompositionListener

void removeDynamicDecompositionListener(DynamicDecomposition.Listener listener)
Removes the given listener from the Partition.

Parameters:
listener - The listener that shall not be notified anymore upon dynamic decomposition events.

© Copyright 2000-2013,
yWorks GmbH.
All rights reserved.