Copyright © 2008, 2009 Pedro Agulló Soliveres

Uses of Class
com.softwarementors.extjs.djn.api.RegisteredPollMethod

Packages that use RegisteredPollMethod
com.softwarementors.extjs.djn.api   
com.softwarementors.extjs.djn.config   
 

Uses of RegisteredPollMethod in com.softwarementors.extjs.djn.api
 

Methods in com.softwarementors.extjs.djn.api that return RegisteredPollMethod
 RegisteredPollMethod Registry.getPollEvent(java.lang.String eventName)
           
 

Methods in com.softwarementors.extjs.djn.api that return types with arguments of type RegisteredPollMethod
 java.util.List<RegisteredPollMethod> Registry.getPollMethods()
           
 java.util.List<RegisteredPollMethod> RegisteredApi.getPollMethods()
           
 

Constructor parameters in com.softwarementors.extjs.djn.api with type arguments of type RegisteredPollMethod
RegisteredApi(java.lang.String fullApiFileName, java.lang.String apiNamespace, java.util.List<RegisteredAction> actions, java.lang.String actionsNamespace, java.util.List<RegisteredPollMethod> pollMethods)
           
 

Uses of RegisteredPollMethod in com.softwarementors.extjs.djn.config
 

Methods in com.softwarementors.extjs.djn.config with parameters of type RegisteredPollMethod
static ApiConfigurationException ApiConfigurationException.forMethodHasWrongParametersForAPollHandler(RegisteredPollMethod method)
           
static ApiConfigurationException ApiConfigurationException.forPollEventAlreadyRegistered(RegisteredPollMethod poll)
           
 


Copyright © 2008, 2009 Pedro Agulló Soliveres