com.atlassian.gadgets.event
Class AddGadgetEvent
java.lang.Object
com.atlassian.gadgets.event.AddGadgetEvent
public class AddGadgetEvent
- extends Object
When a gadget is added to the directory, this event will be fired. Host applications can listen to this event
and add an entry to their whitelist configuration for this gadgetUri to ensure that shindig can retrieve
this gadget.
- Since:
- v3.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddGadgetEvent
public AddGadgetEvent(URI gadgetUri)
getGadgetUri
public URI getGadgetUri()
Copyright © 2011 Atlassian. All Rights Reserved.