de.cesr.more.measures.util
Class MAbstractAction

java.lang.Object
  extended by de.cesr.more.measures.util.MAbstractAction
All Implemented Interfaces:
MoreAction

public abstract class MAbstractAction
extends Object
implements MoreAction

MORe Implemented as unmodifiable class.

Date:
15.11.2010

Constructor Summary
MAbstractAction()
           
MAbstractAction(MScheduleParameters scheduleParams)
           
 
Method Summary
abstract  void execute()
          This method is executed - mostly automatically by some scheduler.
 MScheduleParameters getScheduleParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MAbstractAction

public MAbstractAction(MScheduleParameters scheduleParams)

MAbstractAction

public MAbstractAction()
Method Detail

getScheduleParams

public MScheduleParameters getScheduleParams()
Returns:
the scheduleParams

execute

public abstract void execute()
Description copied from interface: MoreAction
This method is executed - mostly automatically by some scheduler. Created by Sascha Holzhauer on 28.10.2010

Specified by:
execute in interface MoreAction
See Also:
MoreAction.execute()