be.ac.ulg.montefiore.run.totem.visualtopo.model
Interface GUIListener

All Known Implementing Classes:
GUIAdapter

public interface GUIListener

Define all the events that a listener will receive. The GUIAdpater implements the GUIListener with empty methods. It can be used to reduce the number of method to implements by subclassing the GUIAdapter and overiding only useful methods.

Creation date: 9 d�c. 2005

Author:
Ga�l Monfort (monfort@run.montefiore.ulg.ac.be)

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
 

Method Detail

domainChanged

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


algoChanged

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


matrixChanged

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

Parameters:
ASID -


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