public class DelayedVariableEvent extends Object
Modifier and Type | Field and Description |
---|---|
protected VariableEvent |
event |
protected PvmExecutionImpl |
targetScope |
Constructor and Description |
---|
DelayedVariableEvent(PvmExecutionImpl targetScope,
VariableEvent event) |
Modifier and Type | Method and Description |
---|---|
VariableEvent |
getEvent() |
PvmExecutionImpl |
getTargetScope() |
protected PvmExecutionImpl targetScope
protected VariableEvent event
public DelayedVariableEvent(PvmExecutionImpl targetScope, VariableEvent event)
public PvmExecutionImpl getTargetScope()
public VariableEvent getEvent()
Copyright © 2020. All rights reserved.