#import <PLJukeboxView.h>
Inherited by JukeboxAppDelegate.
Public Member Functions | |
| (void) | - jukeboxView:willShowInfoAtIndex: |
| (void) | - jukeboxView:didShowInfoAtIndex: |
| (void) | - jukeboxView:willHideInfoAtIndex: |
| (void) | - jukeboxView:didHideInfoAtIndex: |
| (void) | - jukeboxView:selectionDidChange: |
| - (void) jukeboxView: | (PLJukeboxView *) | jukeboxView | ||
| willShowInfoAtIndex: | (NSInteger) | index | ||
Called when the info layer for the given index will be displayed.
| 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.
| 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.
| 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.
| 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.
| jukeboxView | The sending Jukebox view. | |
| index | The index of the new selection. |
1.5.5