com.togethersoft.openapi.ide
Interface IdeActivatable


public interface IdeActivatable
extends IdeStartup

Interface IdeActivatable should be implemented by the modules
that provide the possibility of on-demand invokation and deactivation.
This interface extends IdeStartup with the method shutdown().

Author:
TogetherSoft

Method Summary
 voidshutdown()
          Deactivates an activatable module.

Methods inherited from interface com.togethersoft.openapi.ide.IdeStartup
autorun

Method Detail

shutdown

public void shutdown()
Deactivates an activatable module.