Class doDir

java.lang.Object
  |
  +--doDir

public class doDir
extends java.lang.Object
implements RTIComponent


Constructor Summary
doDir()
           
 
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
 

Constructor Detail

doDir

public doDir()
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