< PLJukeboxDelegate > Protocol Reference

#import <Jukebox.h>

List of all members.

Public Member Functions

(void) - jukeboxView:willShowInfoAtIndex:
(void) - jukeboxView:didShowInfoAtIndex:
(void) - jukeboxView:willHideInfoAtIndex:
(void) - jukeboxView:didHideInfoAtIndex:
(void) - jukeboxView:selectionDidChange:
(void) - jukeboxView:coverWasTappedAtIndex:


Detailed Description

Jukebox Delegate protocol

Member Function Documentation

- (void) jukeboxView: (PLJukeboxView *)  jukeboxView
willShowInfoAtIndex: (NSInteger)  index 

Called when the info layer for the given index will be displayed.

Parameters:
jukeboxView The sending Jukebox view.
index The index of the selection whose information will be displayed.

- (void) jukeboxView: (PLJukeboxView *)  jukeboxView
didShowInfoAtIndex: (NSInteger)  index 

Called when the info layer for the given index has been displayed.

Parameters:
jukeboxView The sending Jukebox view.
index The index of the selection whose information will be displayed.

- (void) jukeboxView: (PLJukeboxView *)  jukeboxView
willHideInfoAtIndex: (NSInteger)  index 

Called when the info layer for the given index will be hidden.

Parameters:
jukeboxView The sending Jukebox view.
index The index of the selection whose information will be hidden.

- (void) jukeboxView: (PLJukeboxView *)  jukeboxView
didHideInfoAtIndex: (NSInteger)  index 

Called when the info layer for the given index has been hidden.

Parameters:
jukeboxView The sending Jukebox view.
index The index of the selection whose information will be displayed.

- (void) jukeboxView: (PLJukeboxView *)  jukeboxView
selectionDidChange: (NSInteger)  index 

This method will be called when the center selection of the jukebox view has changed.

Parameters:
jukeboxView The sending Jukebox view.
index The index of the new selection.

- (void) jukeboxView: (PLJukeboxView *)  jukeboxView
coverWasTappedAtIndex: (NSInteger)  index 

This method will be called when the cover at the given index was tapped.

Parameters:
jukeboxView The sending Jukebox view.
index The index of the cover receiving the single tap event.


The documentation for this protocol was generated from the following file:

Generated on Wed Aug 18 09:29:23 2010 for PlausibleJukeboxView by  doxygen 1.5.5