Example #1
0
 /** Disposes this projection support. */
 public void dispose() {
   if (fProjectionListener != null) {
     fViewer.removeProjectionListener(fProjectionListener);
     fProjectionListener = null;
   }
 }