com.atlassian.jira.studio
Class PluginStudioHooks.Cache

java.lang.Object
  extended by com.atlassian.jira.studio.PluginStudioHooks.Cache
Enclosing class:
PluginStudioHooks

public static class PluginStudioHooks.Cache
extends Object


Constructor Summary
PluginStudioHooks.Cache(com.atlassian.plugin.PluginAccessor accessor)
           
 
Method Summary
 void clearCache(ClearCacheEvent event)
           
 void onModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)
           
 void onModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginStudioHooks.Cache

public PluginStudioHooks.Cache(com.atlassian.plugin.PluginAccessor accessor)
Method Detail

onModuleEnabled

@EventListener
public void onModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)

onModuleDisabled

@EventListener
public void onModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)

clearCache

@EventListener
public void clearCache(ClearCacheEvent event)


Copyright © 2002-2013 Atlassian. All Rights Reserved.