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
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