com.irisel.oms.guiom.actions
Class Action_recalculate

java.lang.Object
  extended by com.irisel.oms.guiom.actions.ActionHandler
      extended by com.irisel.oms.guiom.actions.Action_recalculate

public class Action_recalculate
extends ActionHandler


Constructor Summary
Action_recalculate(CLBrowser browser, OMSAction action)
           
 
Method Summary
 void onEvent(OMSEvent e)
           
 
Methods inherited from class com.irisel.oms.guiom.actions.ActionHandler
getBrowser, setBrowser
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action_recalculate

public Action_recalculate(CLBrowser browser,
                          OMSAction action)
Method Detail

onEvent

public void onEvent(OMSEvent e)
Specified by:
onEvent in class ActionHandler