|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHWInteraction
Title: IHWInteraction
Description: The interface which dictates the way PM or HDM app (HDMHWInteraction)should have their implementation for HWPM interaction
Company: Altair Engineering, Inc.
Method Summary | |
---|---|
void |
AddItemToJScriptContext(java.lang.String strContKey,
java.lang.Object objContValue)
Add scope to the java script interpreter |
java.lang.String |
EvalTCLCmd(java.lang.String strCmd)
Send the command(query) through the socket to the Tcl side. |
java.lang.Object |
ExecuteJavaScript(java.lang.String strCmd)
Execute a command as a java script on this class |
void |
Initialize(java.lang.String[] arrstrArgs)
Initialize function, used when HDM interaction calss is instantiated initializes their view, etc. |
java.lang.Object |
RemoveItemFromJScriptContext(java.lang.String strContKey)
Remove the scope from the javascript interpreter |
Method Detail |
---|
void Initialize(java.lang.String[] arrstrArgs) throws java.lang.Exception
-
java.lang.Exception
void AddItemToJScriptContext(java.lang.String strContKey, java.lang.Object objContValue)
String
- strContKey - The javascript context to be addedObject
- objContValue - The javascript context object to be addedjava.lang.Object RemoveItemFromJScriptContext(java.lang.String strContKey)
String
- strContKey - The javascript context to be added
java.lang.Object ExecuteJavaScript(java.lang.String strCmd) throws java.lang.Exception
strCmd
- The command to execute
java.lang.Exception
java.lang.String EvalTCLCmd(java.lang.String strCmd)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |