com.atlassian.confluence.event.events.space
Class SpaceEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.springframework.context.ApplicationEvent
          extended bycom.atlassian.event.Event
              extended bycom.atlassian.confluence.event.events.ConfluenceEvent
                  extended bycom.atlassian.confluence.event.events.space.SpaceEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SpaceConvertEvent, SpaceCreateEvent, SpaceRemoveEvent, SpaceUpdateEvent

public abstract class SpaceEvent
extends ConfluenceEvent

See Also:
Serialized Form

Field Summary
protected  Space space
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SpaceEvent(Object src)
           
SpaceEvent(Object src, Space space)
           
 
Method Summary
 boolean equals(Object o)
           
 Space getSpace()
           
 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
 

Field Detail

space

protected Space space
Constructor Detail

SpaceEvent

public SpaceEvent(Object src)

SpaceEvent

public SpaceEvent(Object src,
                  Space space)
Method Detail

getSpace

public Space getSpace()

equals

public boolean equals(Object o)
Overrides:
equals in class ConfluenceEvent

hashCode

public int hashCode()
Overrides:
hashCode in class ConfluenceEvent


Confluence is developed by Atlassian.