ch.tatool.core.element.handler
Class TrialCountHandler
java.lang.Object
ch.tatool.core.element.AbstractPropertyHolder
ch.tatool.core.element.NodeImpl
ch.tatool.core.element.handler.TrialCountHandler
- All Implemented Interfaces:
- PropertyHolder, Node, ExecutionPhaseListener
public class TrialCountHandler
- extends NodeImpl
- implements ExecutionPhaseListener
Counts the number of executed trials
TODO: split out the UI update into a separate handler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrialCountHandler
public TrialCountHandler()
processExecutionPhase
public void processExecutionPhase(ExecutionContext context)
- Specified by:
processExecutionPhase in interface ExecutionPhaseListener
getStatusPanelId
public String getStatusPanelId()
setStatusPanelId
public void setStatusPanelId(String statusPanelId)
getTrialCounter
public int getTrialCounter()
setTrialCounter
public void setTrialCounter(int trialCounter)
Copyright © 2012. All Rights Reserved.