*/
public void addDirtyNode(GraphicsNode node, BridgeMutationEvent event){
//for the moment simply call the update method of the bridge
//and repaint the node with the manager.
GraphicsNodeBridge bridge = (GraphicsNodeBridge)context.getBridge((Element)event.getSource());
bridge.update(event);
}
}