Package com.mendix.core.actionmanagement
Interface IActionRegistrator
public interface IActionRegistrator
Provides the interface for registering custom Java actions.
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated.voidregisterUserAction(Class<? extends UserAction<?>> actionClass) Register the user action with the specified class.
- 
Method Details- 
registerUserActionRegister the user action with the specified class.The action is registered by its qualified class name in lower-case. If the package name contains an element named 'actions' it is removed. - Parameters:
- actionClass- the class of the action to register
 
- 
bundleComponentLoadedDeprecated.The method does nothing and will be removed in the future.
 
-