public class EnvironmentSuspendedEvent extends EventObject
source| Constructor and Description |
|---|
EnvironmentSuspendedEvent(Object source,
String templateName,
int line,
DebuggedEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
DebuggedEnvironment |
getEnvironment()
The environment that was suspended
|
int |
getLine()
The line number in the template where the execution of the environment
was suspended.
|
String |
getName()
The name of the template where the execution of the environment
was suspended
|
getSource, toStringpublic EnvironmentSuspendedEvent(Object source, String templateName, int line, DebuggedEnvironment env)
public String getName()
public int getLine()
public DebuggedEnvironment getEnvironment()