Packageimpression.simulation
Interfacepublic interface ISimulationUIProvider

Defines a mechanism for accessing an ISimulationUI object.

When simulations are loaded from an external file, unless the document object implements ISimulationUI, there is no simple, generic, mechanism for a runtime to locate and use the simulation. By implementing ISimulationProvider in the document object of the external simulation file, your runtime can use the method defined in the interface to access the ISimulationUI object, regardless of the architecture of the simulation file.



Public Methods
 MethodDefined By
  
Returns an ISimulationUI object.
ISimulationUIProvider
Method Detail
getUI()method
public function getUI():ISimulationUI

Returns an ISimulationUI object.

Returns
ISimulationUI — An ISimulationUI object.