Class IncrementTweetNumberAction
java.lang.Object
org.apache.unomi.samples.tweet_button_plugin.actions.IncrementTweetNumberAction
- All Implemented Interfaces:
ActionExecutor
Increments the number of times the user associated with the profile tweeted.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IncrementTweetNumberAction
public IncrementTweetNumberAction()
-
-
Method Details
-
execute
Description copied from interface:ActionExecutor- Specified by:
executein interfaceActionExecutor- Parameters:
action- theActionto executeevent- theEventthat triggered the action- Returns:
- an integer status corresponding to what happened as defined by public constants of
EventService
-
setProfileService
-