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 scripts are provided in the
\togetherx\script\samples directory under your installation.
- 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.