Class app2

java.lang.Object
  |
  +--app2

public class app2
extends java.lang.Object
implements RTIComponent


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

app2

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