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 AddGadgetChange.accept(DashboardChange.Visitor visitor)
          Invokes the Visitors Visitor#visit(AddGadgetChange) method.
 void DashboardChange.accept(DashboardChange.Visitor visitor)
          Accepts a visitor to allow for processing specific change types.
 void RemoveGadgetChange.accept(DashboardChange.Visitor visitor)
          Invokes the Visitors Visitor#visit(RemoveGadgetChange) method.
 void UpdateLayoutChange.accept(DashboardChange.Visitor visitor)
          Invokes the Visitors Visitor#visit(UpdateLayoutChange) method.
 void GadgetColorChange.accept(DashboardChange.Visitor visitor)
          Invokes the Visitors Visitor#visit(GadgetColorChange) method.
 void UpdateGadgetUserPrefsChange.accept(DashboardChange.Visitor visitor)
          Invokes the Visitors Visitor#visit(UpdateGadgetUserPrefsChange) method.
 



Copyright © 2011 Atlassian. All Rights Reserved.