com.atlassian.event
Class Event

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.springframework.context.ApplicationEvent
          extended bycom.atlassian.event.Event
All Implemented Interfaces:
java.io.Serializable

public class Event
extends org.springframework.context.ApplicationEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Event(java.lang.Object source)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 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

Event

public Event(java.lang.Object source)
Method Detail

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()


Copyright © 2006-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.