fr.lip6.sma.simulacion.server
Interface AgentListClient

All Known Subinterfaces:
Adapter
All Known Implementing Classes:
LocalAwareAgentImpl, LogApp, SetupWindow, XmlRpcAdapter

public interface AgentListClient

Interface pour les clients de la liste des agents.

Version:
$Revision: 3 $
Author:
Paul Guyot
See Also:
"aucun test défini."

Method Summary
 void listChanged()
          Méthode appelée lorsque la liste a été modifiée.
 void registrationFailed(LocalAgent inLocalAgent)
          Méthode appelée lorsque l'enregistrement a échoué.
 void registrationSucceeded(LocalAgent inLocalAgent)
          Méthode appelée lorsque l'enregistrement a réussi.
 

Method Detail

registrationSucceeded

void registrationSucceeded(LocalAgent inLocalAgent)
Méthode appelée lorsque l'enregistrement a réussi.

Parameters:
inLocalAgent - agent enregistré avec succès.

registrationFailed

void registrationFailed(LocalAgent inLocalAgent)
Méthode appelée lorsque l'enregistrement a échoué.

Parameters:
inLocalAgent - agent qui n'a pas pu être enregistré.

listChanged

void listChanged()
Méthode appelée lorsque la liste a été modifiée.