public class ConstraintNetworkChangeEvent
extends java.util.EventObject
| Constructor and Description |
|---|
ConstraintNetworkChangeEvent(ConstraintNetwork dispatcher,
ConstraintNetwork added,
ConstraintNetwork removed)
Creates a new
ConstraintNetworkChangeEvent. |
| Modifier and Type | Method and Description |
|---|---|
ConstraintNetwork |
getAdded()
Get the added
Variables and Constraints. |
ConstraintNetwork |
getDispatcher()
Get the
ConstraintNetwork that dispatched this change. |
ConstraintNetwork |
getRemoved()
Get the removed
Variables and Constraints. |
public ConstraintNetworkChangeEvent(ConstraintNetwork dispatcher, ConstraintNetwork added, ConstraintNetwork removed)
ConstraintNetworkChangeEvent.dispatcher - The ConstraintNetwork that acts as a dispatcher.added - A ConstraintNetwork containing the Variables and Constraints that were added.removed - A ConstraintNetwork containing the Variables and Constraints that were removed.public ConstraintNetwork getDispatcher()
ConstraintNetwork that dispatched this change.ConstraintNetwork that dispatched this change.public ConstraintNetwork getAdded()
Variables and Constraints.Variables and Constraints.public ConstraintNetwork getRemoved()
Variables and Constraints.Variables and Constraints.