public abstract class

PluginEvent

extends ConfigurationEvent
implements ClusterEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.springframework.context.ApplicationEvent
       ↳ com.atlassian.event.Event
         ↳ com.atlassian.confluence.event.events.ConfluenceEvent
           ↳ com.atlassian.confluence.event.events.admin.ConfigurationEvent
             ↳ com.atlassian.confluence.event.events.plugin.PluginEvent
Known Direct Subclasses
Known Indirect Subclasses

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PluginEvent(Object src, String pluginKey)
Public Methods
boolean equals(Object o)
String getPluginKey()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class com.atlassian.event.Event
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public PluginEvent (Object src, String pluginKey)

Public Methods

public boolean equals (Object o)

public String getPluginKey ()

public int hashCode ()

public String toString ()