com.atlassian.plugin.event.events
Class PluginRefreshedEvent

java.lang.Object
  extended by com.atlassian.plugin.event.events.PluginRefreshedEvent

public class PluginRefreshedEvent
extends Object

Event fired when the plugin has been refreshed with no user interaction

Since:
2.2.0

Constructor Summary
PluginRefreshedEvent(Plugin plugin)
           
 
Method Summary
 Plugin getPlugin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginRefreshedEvent

public PluginRefreshedEvent(Plugin plugin)
Method Detail

getPlugin

public Plugin getPlugin()


Copyright © 2010 Atlassian. All Rights Reserved.