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

Field Summary
static int COMPONENT_ACTIVATED
           
static int COMPONENT_CREATED
           
static int COMPONENT_DEACTIVATED
           
static int COMPONENT_REMOVED
           
static int CONTEXT_IS_SET
           
 
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 ...
 

Field Detail

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
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