ch.tatool.core.element.handler
Class ExecutionFeedbackHandler

java.lang.Object
  extended by ch.tatool.core.element.AbstractPropertyHolder
      extended by ch.tatool.core.element.NodeImpl
          extended by ch.tatool.core.element.handler.ExecutionFeedbackHandler
All Implemented Interfaces:
PropertyHolder, Node, ExecutionPhaseListener

public class ExecutionFeedbackHandler
extends NodeImpl
implements ExecutionPhaseListener

Handler that updates the attributed statuspanel with the result of the last trial


Constructor Summary
ExecutionFeedbackHandler()
           
 
Method Summary
 String getStatusPanelId()
           
 void processExecutionPhase(ExecutionContext event)
           
 void setStatusPanelId(String statusPanelId)
           
 
Methods inherited from class ch.tatool.core.element.NodeImpl
assignParent, assignParent, assignParents, getId, getLocalId, getParent, setId, setLocalId, setParent
 
Methods inherited from class ch.tatool.core.element.AbstractPropertyHolder
clearProperties, getKeys, getProperty, removeProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ch.tatool.data.PropertyHolder
clearProperties, getKeys, getProperty, removeProperty, setProperty
 

Constructor Detail

ExecutionFeedbackHandler

public ExecutionFeedbackHandler()
Method Detail

processExecutionPhase

public void processExecutionPhase(ExecutionContext event)
Specified by:
processExecutionPhase in interface ExecutionPhaseListener

getStatusPanelId

public String getStatusPanelId()

setStatusPanelId

public void setStatusPanelId(String statusPanelId)


Copyright © 2012. All Rights Reserved.