Class EnvironmentSuspendedEvent

  • All Implemented Interfaces:
    Serializable

    public class EnvironmentSuspendedEvent
    extends EventObject
    Event describing a suspension of an environment (ie because it hit a breakpoint).
    See Also:
    Serialized Form
    • Method Detail

      • getName

        public String getName()
        The name of the template where the execution of the environment was suspended
        Returns:
        String the template name
      • getLine

        public int getLine()
        The line number in the template where the execution of the environment was suspended.
        Returns:
        int the line number
      • getEnvironment

        public DebuggedEnvironment getEnvironment()
        The environment that was suspended
        Returns:
        DebuggedEnvironment