com.atlassian.gadgets.dashboard.spi.changes
Class RemoveGadgetChange
java.lang.Object
com.atlassian.gadgets.dashboard.spi.changes.RemoveGadgetChange
- All Implemented Interfaces:
- DashboardChange
public final class RemoveGadgetChange
- extends Object
- implements DashboardChange
Details of removing a gadget from a dashboard.
- Since:
- 2.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveGadgetChange
public RemoveGadgetChange(GadgetId gadgetId)
accept
public void accept(DashboardChange.Visitor visitor)
- Invokes the
Visitors DashboardChange.Visitor.visit(RemoveGadgetChange) method.
- Specified by:
accept in interface DashboardChange
- Parameters:
visitor - Visitor to invoke the specific visit method on.
getGadgetId
public GadgetId getGadgetId()
- Get the id of the gadget we are removing
- Returns:
- the id of the gadget we are removing
Copyright © 2009 Atlassian. All Rights Reserved.