Class runJDIS

java.lang.Object
  |
  +--runJDIS

public class runJDIS
extends java.lang.Object
implements RTIComponent


Field Summary
(package private)  java.lang.Process aProcess
           
(package private)  java.lang.String name
           
(package private)  SMain window
           
 
Constructor Summary
runJDIS()
           
 
Method Summary
 void activated()
           
 void created()
           
 void deactivated()
           
 void removed()
           
 void setContext(RTIContext cnt)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name

aProcess

java.lang.Process aProcess

window

SMain window
Constructor Detail

runJDIS

public runJDIS()
Method Detail

setContext

public void setContext(RTIContext cnt)
Specified by:
setContext in interface RTIComponent

created

public void created()
Specified by:
created in interface RTIComponent

activated

public void activated()
Specified by:
activated in interface RTIComponent

deactivated

public void deactivated()
Specified by:
deactivated in interface RTIComponent

removed

public void removed()
Specified by:
removed in interface RTIComponent