|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.zcu.fav.kiv.jsim.hla.JSimHLAReceivedInteractionCallback
JSimHLAReceivedInteractionCallback represents one received interaction from RTI. You should never need to create an instance of this class.
JSimHLACallbackQueue| Field Summary | |
private InteractionClassHandle |
interactionClass
Handle of the interaction class. |
private ParameterHandleValueMap |
parameters
The parameters of received interaction. |
| Constructor Summary | |
JSimHLAReceivedInteractionCallback(InteractionClassHandle interactionClass,
ParameterHandleValueMap theParameters)
Creates an instance of JSimHLAReceivedInteractionCallback. |
|
| Method Summary | |
InteractionClassHandle |
getInteractionClass()
Returns the interaction class handle. |
ParameterHandleValueMap |
getParameters()
Returns the parameters of received interaction. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private InteractionClassHandle interactionClass
private ParameterHandleValueMap parameters
| Constructor Detail |
public JSimHLAReceivedInteractionCallback(InteractionClassHandle interactionClass,
ParameterHandleValueMap theParameters)
interactionClass - the interaction class handletheParameters - the parameters of received interaction| Method Detail |
public InteractionClassHandle getInteractionClass()
public ParameterHandleValueMap getParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||