public class IncrementInterestAction extends Object implements ActionExecutor
Constructor and Description |
---|
IncrementInterestAction() |
Modifier and Type | Method and Description |
---|---|
int |
execute(Action action,
Event event)
|
void |
setEventService(EventService eventService) |
void |
setInterestsDividerValue(Double interestsDividerValue) |
void |
setInterestsMaxValue(Double interestsMaxValue) |
void |
setInterestsMinValue(Double interestsMinValue) |
void |
setTopicService(TopicService topicService) |
public int execute(Action action, Event event)
ActionExecutor
execute
in interface ActionExecutor
action
- the Action
to executeevent
- the Event
that triggered the actionEventService
public void setEventService(EventService eventService)
public void setTopicService(TopicService topicService)
public void setInterestsMinValue(Double interestsMinValue)
public void setInterestsMaxValue(Double interestsMaxValue)
public void setInterestsDividerValue(Double interestsDividerValue)
Copyright © 2014–2022 Apache Software Foundation. All rights reserved.