be.ac.ulg.montefiore.run.totem.repository.facade
Interface RepositoryManagerListener

All Known Implementing Classes:
AlgorithmHandler

public interface RepositoryManagerListener

Define the events that a listener will receive.

Creation date: 9 janv. 2006

Author:
Ga�l Monfort (monfort@run.montefiore.ulg.ac.be)
See Also:
RepositoryManagerObserver, RepositoryManager

Method Summary
 void startAlgoEvent(TotemAlgorithm algo)
          New algorithm started
 void stopAlgoEvent(TotemAlgorithm algo)
          Algo stopped
 

Method Detail

startAlgoEvent

void startAlgoEvent(TotemAlgorithm algo)
New algorithm started

Parameters:
algo - the started algorithm

stopAlgoEvent

void stopAlgoEvent(TotemAlgorithm algo)
Algo stopped

Parameters:
algo - A reference to the stopped algo


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