comprti.msg
Interface RTIComponent


public interface RTIComponent

A interface defining operations expected of ...

See Also:
OtherClasses

Method Summary
 void activated()
          An operation that does ...
 void created()
          An operation that does ...
 void deactivated()
          An operation that does ...
 void removed()
          An operation that does ...
 void setContext(RTIContext cnt)
          An operation that does ...
 

Method Detail

setContext

public void setContext(RTIContext cnt)
An operation that does ...
Parameters:
firstParamName - a description of this parameter

created

public void created()
An operation that does ...
Parameters:
firstParamName - a description of this parameter

activated

public void activated()
An operation that does ...
Parameters:
firstParamName - a description of this parameter

deactivated

public void deactivated()
An operation that does ...
Parameters:
firstParamName - a description of this parameter

removed

public void removed()
An operation that does ...
Parameters:
firstParamName - a description of this parameter