Protocol for Working with Selected Menu Cell

Description: the protocol contains method used to determine the action executed on selecting a menu cell.

The SelectedCellAction.h File

@protocol SelectedCellAction <NSObject>
- (void) selectedItemWithIndex:(NSInteger) index;
@end

See also:

Dynamic Change of Chart Type and Parameters