Ejemplo n.º 1
0
 public void removeRenderingExceptionListener(RenderingExceptionListener listener)
 {
     this.wwd.removeRenderingExceptionListener(listener);
 }
Ejemplo n.º 2
0
 public void addRenderingExceptionListener(RenderingExceptionListener listener)
 {
     this.wwd.addRenderingExceptionListener(listener);
 }