public class SearchResultRendererCacheUpdater extends Object
Constructor and Description |
---|
SearchResultRendererCacheUpdater() |
Modifier and Type | Method and Description |
---|---|
Class[] |
getHandledEventClasses()
Deprecated.
since 5.8.3
|
void |
handleEvent(com.atlassian.event.Event event)
Deprecated.
since 5.8.3
|
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.
|
@Deprecated public void handleEvent(com.atlassian.event.Event event)
@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)
@Deprecated public Class[] getHandledEventClasses()
public void setSearchResultRenderCache(SearchResultRendererCache cache)
cache
- cache to notify.Copyright © 2003–2018 Atlassian. All rights reserved.