Instance Method

widgetOptionsChanged:

Notifies delegate of options changes so that delegate can save them.


Declaration


-(void)widgetOptionsChanged:(HSWidgetViewController *)widgetViewController;

Parameters

Description

A widget view controller should send this message to its delegate anytime it has made options changes that need to be saved. The delegate may cache these options.