Uses of Interface
com.atlassian.gadgets.spi.changes.DashboardChange.Visitor

Packages that use DashboardChange.Visitor
com.atlassian.gadgets.spi.changes   
 

Uses of DashboardChange.Visitor in com.atlassian.gadgets.spi.changes
 

Methods in com.atlassian.gadgets.spi.changes with parameters of type DashboardChange.Visitor
 void UpdateLayoutChange.accept(DashboardChange.Visitor visitor)
          Invokes the Visitors visit(UpdateLayoutChange) method.
 void UpdateGadgetUserPrefsChange.accept(DashboardChange.Visitor visitor)
          Invokes the Visitors Visitor#visit(UpdateGadgetUserPrefsChange) method.
 void RemoveGadgetChange.accept(DashboardChange.Visitor visitor)
          Invokes the Visitors visit(RemoveGadgetChange) method.
 void GadgetColorChange.accept(DashboardChange.Visitor visitor)
          Invokes the Visitors visit(GadgetColorChange) method.
 void DashboardChange.accept(DashboardChange.Visitor visitor)
          Accepts a visitor to allow for processing specific change types.
 void AddGadgetChange.accept(DashboardChange.Visitor visitor)
          Invokes the Visitors Visitor#visit(AddGadgetChange) method.
 



Copyright © 2010 Atlassian. All Rights Reserved.