com.atlassian.gadgets.event
Class AddGadgetFeedEvent

java.lang.Object
  extended by com.atlassian.gadgets.event.AddGadgetFeedEvent

public class AddGadgetFeedEvent
extends Object

This event is fired when a gadget subscription is added by an administrator. Host applications can listen for this event and add a whitelist entry based on the feed entry to ensure all gadget specs from this location will be allowed to be retrieved.

Since:
v3.0

Constructor Summary
AddGadgetFeedEvent(URI feedUri)
           
 
Method Summary
 URI getFeedUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddGadgetFeedEvent

public AddGadgetFeedEvent(URI feedUri)
Method Detail

getFeedUri

public URI getFeedUri()


Copyright © 2011 Atlassian. All Rights Reserved.