cz.cuni.sposh.debugger
Class DebugLapAction
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugLapAction
public DebugLapAction()
actionPerformed
public void actionPerformed(ActionEvent e)
- 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.