metaglue
Interface AttributeListener

All Superinterfaces:
Remote

public interface AttributeListener
extends Remote


Method Summary
 void agentAdded(String society, String occupation)
           
 void agentsInvestigated()
           
 void attributeAdded(AgentID agentID, String attributeName, String attributeValue)
           
 void attributeAdded(String society, String occupation, String attributeNae)
           
 void attributeUpdated(AgentID agentID, String attributeName, String attributeValue)
           
 void designationRemoved(AgentID agentID)
           
 void designationUpdated(AgentID oldAgentID, String newDesignation)
           
 void societyAdded(String society, Hashtable primer)
           
 void societyRemoved(String society)
           
 void societyUpdated(String oldSociety, String newSociety)
           
 

Method Detail

societyAdded

public void societyAdded(String society,
                         Hashtable primer)
                  throws RemoteException

societyRemoved

public void societyRemoved(String society)
                    throws RemoteException

societyUpdated

public void societyUpdated(String oldSociety,
                           String newSociety)
                    throws RemoteException

agentAdded

public void agentAdded(String society,
                       String occupation)
                throws RemoteException

attributeAdded

public void attributeAdded(String society,
                           String occupation,
                           String attributeNae)
                    throws RemoteException

attributeAdded

public void attributeAdded(AgentID agentID,
                           String attributeName,
                           String attributeValue)
                    throws RemoteException

attributeUpdated

public void attributeUpdated(AgentID agentID,
                             String attributeName,
                             String attributeValue)
                      throws RemoteException

agentsInvestigated

public void agentsInvestigated()
                        throws RemoteException

designationRemoved

public void designationRemoved(AgentID agentID)
                        throws RemoteException

designationUpdated

public void designationUpdated(AgentID oldAgentID,
                               String newDesignation)
                        throws RemoteException