Class RssEventListener
- java.lang.Object
-
- com.atlassian.bamboo.notification.rss.RssEventListener
-
public class RssEventListener extends Object
-
-
Constructor Summary
Constructors Constructor Description RssEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onRssError(@NotNull RssErrorEvent event)
void
onRssSuccessful(@NotNull RssSuccessfulEvent event)
-
-
-
Method Detail
-
onRssError
@EventListener public void onRssError(@NotNull @NotNull RssErrorEvent event)
-
onRssSuccessful
@EventListener public void onRssSuccessful(@NotNull @NotNull RssSuccessfulEvent event)
-
-