All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.etyllica.core.Engine Maven / Gradle / Ivy

package br.com.etyllica.core;

import br.com.etyllica.awt.core.AWTCore;
import br.com.etyllica.commons.event.GUIEvent;
import br.com.etyllica.loader.Loader;

public interface Engine {

	AWTCore getCore();

	void init();

	void addLoader(Loader loader);

	void hideCursor();

	void updateSuperEvent(GUIEvent event);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy