cz.cuni.sposh.debugger
Class DebugLapAction

Package class diagram package DebugLapAction
java.lang.Object
  extended by cz.cuni.sposh.debugger.DebugLapAction
All Implemented Interfaces:
ActionListener, EventListener

public class DebugLapAction
extends Object
implements ActionListener

This is a high-level action used in the menu/toolbar. It opens a window where user can see running lap-plans (the ones that pass {@link PoshEngine#evaluatePlan(cz.cuni.amis.pogamut.sposh.executor.IWorkExecutor) lap engine evaluation method) and gradually displayes them as a list. User can select which one he wants to debug and open a debugger for the plan.

Author:
Honza

Constructor Summary
DebugLapAction()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          Create and open EngineSelectionComponent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugLapAction

public DebugLapAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Create and open EngineSelectionComponent.

Specified by:
actionPerformed in interface ActionListener


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.