Uses of Class
org.exoplatform.faq.service.impl.AnswerEventListener

Packages that use AnswerEventListener
org.exoplatform.faq.service Provides the classes necessary to manage FAQ, including creating, getting, updating, deleting or moving questions and answers. 
org.exoplatform.faq.service.impl   
 

Uses of AnswerEventListener in org.exoplatform.faq.service
 

Methods in org.exoplatform.faq.service with parameters of type AnswerEventListener
 void FAQService.addListenerPlugin(AnswerEventListener listener)
          Adds a listener plugin.
 void FAQService.removeListenerPlugin(AnswerEventListener listener)
          Removes a listener plugin.
 

Uses of AnswerEventListener in org.exoplatform.faq.service.impl
 

Fields in org.exoplatform.faq.service.impl with type parameters of type AnswerEventListener
protected  List<AnswerEventListener> FAQServiceImpl.listeners_
           
 

Methods in org.exoplatform.faq.service.impl with parameters of type AnswerEventListener
 void FAQServiceImpl.addListenerPlugin(AnswerEventListener listener)
           
 void FAQServiceImpl.removeListenerPlugin(AnswerEventListener listener)
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.