com.atlassian.confluence.event.events.plugin
Class PluginDisableEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.confluence.event.events.ConfluenceEvent
                  extended by com.atlassian.confluence.event.events.admin.ConfigurationEvent
                      extended by com.atlassian.confluence.event.events.plugin.PluginEvent
                          extended by com.atlassian.confluence.event.events.plugin.PluginDisableEvent
All Implemented Interfaces:
ClusterEvent, java.io.Serializable

public class PluginDisableEvent
extends PluginEvent

See Also:
Serialized Form

Nested Class Summary
static class PluginDisableEvent.Scope
           
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PluginDisableEvent(java.lang.Object src, java.lang.String pluginKey)
           
PluginDisableEvent(java.lang.Object src, java.lang.String pluginKey, PluginDisableEvent.Scope scope)
           
 
Method Summary
 PluginDisableEvent.Scope getScope()
           
 
Methods inherited from class com.atlassian.confluence.event.events.plugin.PluginEvent
equals, getPluginKey, hashCode, toString
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginDisableEvent

public PluginDisableEvent(java.lang.Object src,
                          java.lang.String pluginKey)

PluginDisableEvent

public PluginDisableEvent(java.lang.Object src,
                          java.lang.String pluginKey,
                          PluginDisableEvent.Scope scope)
Method Detail

getScope

public PluginDisableEvent.Scope getScope()


Copyright © 2003-2014 Atlassian. All Rights Reserved.