public interface MusicLibraryUIDelegate
Modifier and Type | Method and Description |
---|---|
JDialog |
createSynchronizationProgressDialog() |
void |
showInitializationFailureMessage(Exception e)
Shows appropriate failure message.
|
void |
showOutOfMemoryMessage()
Shows appropriate out of memory error message.
|
boolean |
showRetryCommunicationDialog()
Makes the user aware of the fact that communication with iTunes failed and ask,
whether it should be tried again.
|
void |
showSeriousErrorMessage(Throwable t)
Shows appropriate serious error message.
|
void showOutOfMemoryMessage()
void showSeriousErrorMessage(Throwable t)
t
- throwablevoid showInitializationFailureMessage(Exception e)
e
- exceptionboolean showRetryCommunicationDialog()
JDialog createSynchronizationProgressDialog()
ProgressListener
interface,
if it wants to be notified of whatever progress is being madeCopyright © 2006–2017 tagtraum industries incorporated. All rights reserved.