public abstract class BaseStoryPointActionDelegate extends java.lang.Object implements StoryPointActionDelegate
| Constructor and Description |
|---|
BaseStoryPointActionDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
confirm() |
void |
createDescription(TooltipMakerAPI info) |
float |
getBonusXPFraction() |
java.lang.String |
getConfirmSoundId() |
int |
getRequiredStoryPoints() |
TextPanelAPI |
getTextPanel() |
java.lang.String |
getTitle() |
void |
preConfirm() |
boolean |
withDescription() |
boolean |
withSPInfo() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLogTextpublic BaseStoryPointActionDelegate()
public void preConfirm()
preConfirm in interface StoryPointActionDelegatepublic void confirm()
confirm in interface StoryPointActionDelegatepublic void createDescription(TooltipMakerAPI info)
createDescription in interface StoryPointActionDelegatepublic float getBonusXPFraction()
getBonusXPFraction in interface StoryPointActionDelegatepublic java.lang.String getConfirmSoundId()
getConfirmSoundId in interface StoryPointActionDelegatepublic TextPanelAPI getTextPanel()
getTextPanel in interface StoryPointActionDelegatepublic java.lang.String getTitle()
getTitle in interface StoryPointActionDelegatepublic int getRequiredStoryPoints()
getRequiredStoryPoints in interface StoryPointActionDelegatepublic boolean withDescription()
withDescription in interface StoryPointActionDelegatepublic boolean withSPInfo()
withSPInfo in interface StoryPointActionDelegate