com.atlassian.confluence.event.events.support
Class SupportRequestCreatedEvent

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
                  extended by com.atlassian.confluence.event.events.support.SupportRequestCreatedEvent
All Implemented Interfaces:
Serializable

public class SupportRequestCreatedEvent
extends ConfluenceEvent

Event fired when the create support zip is called.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SupportRequestCreatedEvent(Object src)
          The event is fired BEFORE the zipfile is created and thus listeners can write things to logs and that information will be included in the logs in the zip-file.
 
Method Summary
 
Methods inherited from class com.atlassian.event.Event
equals, 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

SupportRequestCreatedEvent

public SupportRequestCreatedEvent(Object src)
The event is fired BEFORE the zipfile is created and thus listeners can write things to logs and that information will be included in the logs in the zip-file.

Parameters:
src -


Copyright © 2003-2013 Atlassian. All Rights Reserved.