Interface IExtensionExecuteWithArgs

All Known Implementing Classes:
Extension, LibraryExtension

public interface IExtensionExecuteWithArgs
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(String action, Object[] args)
     
  • Method Details