Uses of Interface
net.sourceforge.mflow.api.Contact

Packages that use Contact
net.sourceforge.mflow.api   
net.sourceforge.mflow.impl   
 

Uses of Contact in net.sourceforge.mflow.api
 

Methods in net.sourceforge.mflow.api that return Contact
 Contact Configuration.getIdentity()
          Accessor for the identity
 Contact[] ContactGroup.getContacts()
           
 Contact[] ContactManager.getInstances()
           
 Contact ContactManager.newInstance()
           
 Contact ContactManager.getIdentity()
           
 Contact ContactMethod.getContact()
          Accessor for the associated Contact
 Contact[] MFlowUI.getSelectedContacts()
          Gets the currently selected Contacts
 Contact[] Msg.getFrom()
          Get the sender(s).
 

Methods in net.sourceforge.mflow.api with parameters of type Contact
 void Configuration.setIdentity(Contact c)
          Mutator for the identity
 boolean ContactGroup.add(Contact c)
          Adds the specified contact to the ContactGroup
 void ContactManager.setIdentity(Contact identity)
           
 void ContactMethod.setContact(Contact c)
          Mutator for the associated Contact
 void Msg.setFrom(Contact c)
          Set the "from" Contact for this Msg.
 void Msg.setFrom(Contact[] cs)
          Set the "from" Contact(s) for this Msg.
 

Uses of Contact in net.sourceforge.mflow.impl
 

Classes in net.sourceforge.mflow.impl that implement Contact
 class ContactImpl
          A class for representing an entity with which communication can occur Serves primarily as a repository for ContactMethods, associated with a name
 

Methods in net.sourceforge.mflow.impl that return Contact
 Contact ConfigurationImpl.getIdentity()
           
 Contact[] ContactGroupImpl.getContacts()
           
 Contact[] ContactManagerImpl.getInstances()
           
 Contact ContactManagerImpl.newInstance()
           
 Contact ContactManagerImpl.getIdentity()
           
 Contact[] MsgImpl.getFrom()
          Get the sender(s).
 

Methods in net.sourceforge.mflow.impl with parameters of type Contact
 void ConfigurationImpl.setIdentity(Contact c)
           
 boolean ContactGroupImpl.add(Contact c)
           
 void ContactManagerImpl.setIdentity(Contact identity)
           
 void MsgImpl.setFrom(Contact c)
          Set the "from" Contact for this Msg.
 void MsgImpl.setFrom(Contact[] cs)
          Set the "from" Contact(s) for this Msg.
 



Copyright © 2002-2004 MFlow Group. All Rights Reserved.