com.atlassian.confluence.event.events
Class ConfluenceEvent

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClusterEventWrapper, ClusterPanicEvent, ConfigurationEvent, ConfigurationMigrationEvent, ConfluenceReadyEvent, ContentEvent, GroupEvent, ImportFinishedEvent, LabelEvent, LookAndFeelEvent, ReindexEvent, SearchEvent, SecurityEvent, SpaceEvent, TemplateEvent, UserEvent

public abstract class ConfluenceEvent
extends Event
implements Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConfluenceEvent(Object src)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfluenceEvent

public ConfluenceEvent(Object src)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Event

hashCode

public int hashCode()
Overrides:
hashCode in class Event


Confluence is developed by Atlassian.