Uses of Interface
extmodule.IF_ExtModule_Feed

Packages that use IF_ExtModule_Feed
bot   
extmodule   
 

Uses of IF_ExtModule_Feed in bot
 

Fields in bot with type parameters of type IF_ExtModule_Feed
protected  java.util.List<IF_ExtModule_Feed> Bot.extFeeds
           
 

Uses of IF_ExtModule_Feed in extmodule
 

Subinterfaces of IF_ExtModule_Feed in extmodule
 interface IF_ExtModule_GetProposal
           
 

Classes in extmodule that implement IF_ExtModule_Feed
 class ExtProposalMC
          This class is a wrapper class to use the shared library MC.
 class JNI_Feed
          Implements an external feed module using JNI.
 class JNI_GetProposal
          Implements an external proposal module using JNI.