The SVAPIEngine interface must be implemented by every engine. This interface is used by SVAPI to create Engine objects.
See Also: SVAPI, Engine
public abstract EnginePropertiesList createEnginePropertiesList()
Returns a list of engine properties objects that represent the different modes supported by this engine.
Exceptions:
public abstract Engine createEngine(EngineProperties Prop, EngineNotify Notify)
Creates a new engine defined by the engine properties description.
Parameters:
Exceptions:
See Also: SVAPI