Interface IActionRegistrator


public interface IActionRegistrator
Provides the interface for registering custom Java actions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    void
    registerUserAction(Class<? extends UserAction<?>> actionClass)
    Register the user action with the specified class.
  • Method Details

    • registerUserAction

      void registerUserAction(Class<? extends UserAction<?>> actionClass)
      Register 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
    • bundleComponentLoaded

      @Deprecated void bundleComponentLoaded()
      Deprecated.
      The method does nothing and will be removed in the future.