Exemple #1
0
 @Override
 public void indicationChanged(IndicationEvent e) {
   // TODO Auto-generated method stub
   int obs = e.getIndication();
   if (obs < 0) {
     return;
   }
   String name = dsa.getObservationName(obs);
   System.out.println(DendrogramView.class.getName() + " indication = " + obs + " " + name);
 }