com.atlassian.event
Class Event

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
All Implemented Interfaces:
java.io.Serializable

Deprecated. since 2.0, you can now use POJO's using EventPublisher!

public class Event
extends org.springframework.context.ApplicationEvent

Since:
1.0
See Also:
Serialized Form

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

equals

public boolean equals(java.lang.Object o)
Deprecated. 
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object


Copyright © 2006-2011 Atlassian. All Rights Reserved.