fipaos.platform.df
Interface DFListener


public interface DFListener

This is a general listener interface for use by objects wishing to be informed of DF updates


Method Summary
 voidderegistered(DFAgentDescription dfad)
          Invoked when an Agent has successfully deregistered from the DF
 voidmodified(DFAgentDescription dfad)
          Invoked when an Agent has successfully updated its DFAgentDescription with the DF
 voidregistered(DFAgentDescription dfad)
          Invoked when an Agent has succesfully registered with the DF

Method Detail

deregistered

public void deregistered(DFAgentDescription dfad)
Invoked when an Agent has successfully deregistered from the DF
Parameters:
dfad - DFAgentDescription associated with this event

modified

public void modified(DFAgentDescription dfad)
Invoked when an Agent has successfully updated its DFAgentDescription with the DF
Parameters:
dfad - DFAgentDescription associated with this event

registered

public void registered(DFAgentDescription dfad)
Invoked when an Agent has succesfully registered with the DF
Parameters:
dfad - DFAgentDescription associated with this event