Class CustomEventContainer
java.lang.Object
de.presti.ree6.actions.customevents.container.CustomEventContainer
A Container used to store all needed Information for a CustomEventAction.
-
Constructor Summary
ConstructorDescriptionCustomEventContainer
(de.presti.ree6.sql.entities.custom.CustomEventAction customEventAction) Create a new CustomEventContainer. -
Method Summary
-
Constructor Details
-
CustomEventContainer
public CustomEventContainer(de.presti.ree6.sql.entities.custom.CustomEventAction customEventAction) Create a new CustomEventContainer.- Parameters:
customEventAction
- The CustomEventAction to create the Container for.
-
-
Method Details
-
runActions
public void runActions()Run all Actions.
-