com.enioka.jqm.tools.JqmEngineOperations Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jqm-engine Show documentation
Show all versions of jqm-engine Show documentation
A library containing the JQM engine. Cannot be used alone.
package com.enioka.jqm.tools;
public interface JqmEngineOperations
{
/**
* Orders the engine to stop and waits for its actual end.
*/
public void stop();
}