Exemple #1
0
 /**
  * Unlinks an {@link visad.Action} from the data component.
  *
  * @param action The {@link visad.Action} to be unlinked.
  * @throws VisADException VisAD failure.
  * @throws RemoteException Java RMI failure.
  */
 public synchronized void removeAction(Action action) throws VisADException, RemoteException {
   action.removeReference(dataReference);
 }