Class VariablesEvent
java.lang.Object
org.eclipse.ease.debugging.events.AbstractEvent
org.eclipse.ease.debugging.events.debugger.VariablesEvent
- All Implemented Interfaces:
IDebuggerEvent
,IDebugEvent
public class VariablesEvent extends AbstractEvent implements IDebuggerEvent
-
Constructor Summary
Constructors Constructor Description VariablesEvent(EaseDebugStackFrame requestor, Collection<EaseDebugVariable> variables)
-
Method Summary
Modifier and Type Method Description EaseDebugStackFrame
getRequestor()
Collection<EaseDebugVariable>
getVariables()
Methods inherited from class org.eclipse.ease.debugging.events.AbstractEvent
getThread, toString
-
Constructor Details
-
VariablesEvent
-
-
Method Details
-
getRequestor
-
getVariables
-