Uses of Interface
org.jivesoftware.spark.ui.ContactItemHandler

Packages that use ContactItemHandler
org.jivesoftware.spark Provides the Managers used as the main entry points into the Spark client. 
org.jivesoftware.sparkimpl.plugin.gateways   
 

Uses of ContactItemHandler in org.jivesoftware.spark
 

Methods in org.jivesoftware.spark with parameters of type ContactItemHandler
 void ChatManager.addContactItemHandler(ContactItemHandler handler)
           
 void ChatManager.removeContactItemHandler(ContactItemHandler handler)
           
 

Uses of ContactItemHandler in org.jivesoftware.sparkimpl.plugin.gateways
 

Classes in org.jivesoftware.sparkimpl.plugin.gateways that implement ContactItemHandler
 class GatewayPlugin
          Handles Gateways/Transports in Spark.