| java.lang.Object de.uka.ilkd.key.proof.ProofTreeEvent de.uka.ilkd.key.proof.ProofTreeRemovedNodeEvent
ProofTreeRemovedNodeEvent | public class ProofTreeRemovedNodeEvent extends ProofTreeEvent (Code) | | Encapsulates information describing changes to a proof tree, and
used to notify proof tree listeners of the change. This event is
used to encapsulate lost information after a node has been
removed, e.g. the parent of the removed node and the node itself.
|
ProofTreeRemovedNodeEvent | public ProofTreeRemovedNodeEvent(Proof source, Node node, Node removedNode)(Code) | | Create ProofTreeRemovedNodeEvent if a node of the proof has
been removed
Parameters: source - the Proof where the event is happened Parameters: node - the Node that was the parent of the removed node Parameters: removedNode - the Node that has been removed |
|
|