de.cesr.more.measures.util
Class MAbstractAction
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAbstractAction
public MAbstractAction(MScheduleParameters scheduleParams)
MAbstractAction
public MAbstractAction()
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()