com.togethersoft.openapi.ide
Interface IdeStartup
- All Known Subinterfaces:
- IdeActivatable
- public interface IdeStartup
Interface IdeStartup should be implemented by each Together module
that is supposed to run upon Together start-up.
This interface contains only one method autorun() that
starts the module while Together is loading. Examples of modules are provided in the
/modules/com/togethersoft/modules/tutorial directory under your installation.
Also, identical hello-world samples in Java and Tcl are located in
/modules/com/togethersoft/modules/helloworld and
/modules/com/togethersoft/modules/hellotcl folders.
- Author:
- TogetherSoft
| Method Summary |
void | autorun() This method is called while Together is loading. |
autorun
public void autorun()
- This method is called while Together is loading.