comprti
Interface RTIComponent
- All Known Implementing Classes:
- app1, app2, doDir, runJDIS, runParCMSMon, runSimVis, runWinCmd
- public abstract interface RTIComponent
A interface defining operations expected of ...
- See Also:
OtherClasses
CONTEXT_IS_SET
public static final int CONTEXT_IS_SET
COMPONENT_CREATED
public static final int COMPONENT_CREATED
COMPONENT_ACTIVATED
public static final int COMPONENT_ACTIVATED
COMPONENT_DEACTIVATED
public static final int COMPONENT_DEACTIVATED
COMPONENT_REMOVED
public static final int COMPONENT_REMOVED
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