Interface UninstallableJavaScript


public interface UninstallableJavaScript
Marks scripts which needs to be uninstalled after each usage (end of each method). E.g. they may influence behavior of the application.
Author:
lfryc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • uninstall

      void uninstall()