be.ac.ulg.montefiore.run.totem.visualtopo.model
Class GUIAdapter

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.visualtopo.model.GUIAdapter
All Implemented Interfaces:
GUIListener

public class GUIAdapter
extends java.lang.Object
implements GUIListener


Constructor Summary
GUIAdapter()
           
 
Method Summary
 void algoChanged()
          Notify a change in the started algorithms (algorithm stopped, algorithm started)
 void domainChanged()
          Notify a change in the loaded domains (new domain loaded, domain removed)
 void matrixChanged(int ASID)
          Notify a change in the matrices of domain given by ASID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIAdapter

public GUIAdapter()
Method Detail

domainChanged

public void domainChanged()
Notify a change in the loaded domains (new domain loaded, domain removed)

Specified by:
domainChanged in interface GUIListener

algoChanged

public void algoChanged()
Notify a change in the started algorithms (algorithm stopped, algorithm started)

Specified by:
algoChanged in interface GUIListener

matrixChanged

public void matrixChanged(int ASID)
Notify a change in the matrices of domain given by ASID

Specified by:
matrixChanged in interface GUIListener
Parameters:
ASID -


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.