public class SearchResultRendererCacheUpdater extends Object
Constructor and Description |
---|
SearchResultRendererCacheUpdater() |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(com.atlassian.plugin.event.events.PluginDisabledEvent event) |
void |
handleEvent(com.atlassian.plugin.event.events.PluginEnabledEvent event) |
void |
handleEvent(PluginFrameworkStartedEvent event) |
void |
handleEvent(com.atlassian.plugin.event.events.PluginUpgradedEvent event) |
void |
setSearchResultRenderCache(SearchResultRendererCache cache)
Setter for the cache to be notified of changes.
|
@EventListener public void handleEvent(com.atlassian.plugin.event.events.PluginEnabledEvent event)
@EventListener public void handleEvent(com.atlassian.plugin.event.events.PluginDisabledEvent event)
@EventListener public void handleEvent(com.atlassian.plugin.event.events.PluginUpgradedEvent event)
@EventListener public void handleEvent(PluginFrameworkStartedEvent event)
public void setSearchResultRenderCache(SearchResultRendererCache cache)
cache
- cache to notify.Copyright © 2003–2020 Atlassian. All rights reserved.