Interface CommandWithAction

  • All Superinterfaces:
    org.apache.felix.service.command.Function
    All Known Implementing Classes:
    AbstractCommand

    @Deprecated
    public interface CommandWithAction
    extends org.apache.felix.service.command.Function
    Deprecated.
    • Method Detail

      • getActionClass

        Class<? extends Action> getActionClass()
        Deprecated.
      • createNewAction

        Action createNewAction()
        Deprecated.