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

Packages that use DashboardChange.Visitor
com.atlassian.gadgets.dashboard.spi.changes This package contains classes for managing changes to the dashboard state. 
 

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

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



Copyright © 2009 Atlassian. All Rights Reserved.