INNER CODE UNIT · Java

start

b3dgs/lionengine · plugins/com.b3dgs.lionengine.editor/src/com/b3dgs/lionengine/editor/Activator.java:77

    public void start(BundleContext context) throws Exception
    {
        configureLog4j(context.getBundle());
        EngineSwt.start(Activator.PLUGIN_NAME, Activator.PLUGIN_VERSION);
    }

    @Override
    public void stop(BundleContext context) throws Exception
    {
        Engine.terminate();
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…