< PLJukeboxDelegate > Protocol Reference

#import <PLJukeboxView.h>

Inherited by JukeboxAppDelegate.

List of all members.

Public Member Functions

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


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.


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

Generated on Tue Mar 3 13:02:14 2009 for PlausibleJukeboxView by  doxygen 1.5.5