Package com.mendix.core.actionmanagement
Interface IActionRegistrator
public interface IActionRegistrator
Provides the interface for registering custom Java actions.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerUserAction
(Class<? extends UserAction<?>> actionClass) Register the user action with the specified class.