Uses of Class
ix.ispace.ContactManager

Packages that use ContactManager
ix.icore I-X core classes. 
ix.ip2 I-X Process Panels 
ix.ispace Information about other agents and agent-relationships. 
ix.ispace.event Interfaces and classes for I-Space-related events 
ix.itest I-Test. 
ix.util.ipc Interprocess communication utilities. 
 

Uses of ContactManager in ix.icore
 

Fields in ix.icore declared as ContactManager
protected  ContactManager IXAgent.contactManager
           
 

Methods in ix.icore that return ContactManager
 ContactManager IXAgent.getContactManager()
          Returns this agent's contact manager.
 

Uses of ContactManager in ix.ip2
 

Fields in ix.ip2 declared as ContactManager
protected  ContactManager ForwardingHandler.contactManager
           
 

Uses of ContactManager in ix.ispace
 

Fields in ix.ispace declared as ContactManager
(package private)  ContactManager ISpaceTool.contactManager
           
protected  ContactManager GroupSender.contactManager
           
(package private)  ContactManager AbstractAgentGroup.contactManager
           
 

Constructors in ix.ispace with parameters of type ContactManager
AbstractAgentGroup(java.lang.String name, ContactManager cm)
           
RelationshipGroup(AgentRelationship rel, ContactManager cm)
           
 

Uses of ContactManager in ix.ispace.event
 

Constructors in ix.ispace.event with parameters of type ContactManager
ContactEvent(ContactManager source, AgentData oldData, AgentData newData)
           
 

Uses of ContactManager in ix.itest
 

Fields in ix.itest declared as ContactManager
(package private)  ContactManager SendPanel.contactManager
           
(package private)  ContactManager ReceivePanel.contactManager
           
 

Uses of ContactManager in ix.util.ipc
 

Fields in ix.util.ipc declared as ContactManager
(package private)  ContactManager DispatchingStrategy.StrategyPanel.contactManager