Package org.somda.sdc.glue.common.helper
Class DefaultStateValuesDispatcher
- java.lang.Object
-
- org.somda.sdc.glue.common.helper.DefaultStateValuesDispatcher
-
public class DefaultStateValuesDispatcher extends Object
Processes aDefaultStateValuesobject and forwards any states to matching methods.
-
-
Constructor Summary
Constructors Constructor Description DefaultStateValuesDispatcher(DefaultStateValues defaultStateValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispatchDefaultStateValues(AbstractState state)
-
-
-
Constructor Detail
-
DefaultStateValuesDispatcher
public DefaultStateValuesDispatcher(DefaultStateValues defaultStateValues)
-
-
Method Detail
-
dispatchDefaultStateValues
public void dispatchDefaultStateValues(AbstractState state) throws InvocationTargetException, IllegalAccessException
-
-