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 create, get, update, delete, move... 
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 listener for answer.
 void FAQService.removeListenerPlugin(AnswerEventListener listener)
          Removes listener for answer.
 

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.