/**
  * Notify the <code>CCanvasController</code> that some change has been made to <code>canvasId
  * </code>.
  */
 public void notifyContentChanged(long canvasId) {
   CCanvasController.notifyContentChanged(this, canvasId);
 }