Uses of Class
com.tagtraum.beatunes.library.MediaLibraryEvent
-
Packages that use MediaLibraryEvent Package Description com.tagtraum.beatunes.library Classes that load and manage the library.com.tagtraum.beatunes.library.filesystem Implementation of a file system based music library.com.tagtraum.beatunes.library.itunes Implementation of an iTunes-based music library.com.tagtraum.beatunes.library.plain "Plain" library that does not have side-effects. -
-
Uses of MediaLibraryEvent in com.tagtraum.beatunes.library
Subclasses of MediaLibraryEvent in com.tagtraum.beatunes.library Modifier and Type Class Description class
SynchronizationFailureEvent
Event that is sent, when a synchronization process has failed.class
SynchronizedEvent
Event that is sent, when a synchronization process has been finished successfully.Methods in com.tagtraum.beatunes.library that return MediaLibraryEvent Modifier and Type Method Description protected abstract MediaLibraryEvent
LibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, boolean full)
Implement this method to establish the actual loading process.Methods in com.tagtraum.beatunes.library that return types with arguments of type MediaLibraryEvent Modifier and Type Method Description Future<MediaLibraryEvent>
LibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, JDialog progressDialog, boolean full)
Loads the library asynchronously in a separate thread.Methods in com.tagtraum.beatunes.library with parameters of type MediaLibraryEvent Modifier and Type Method Description void
MediaLibraryListener. asynchronousSynchronization(MediaLibraryEvent event)
Is called right before the synchronization start.protected void
AbstractMediaLibrary. fireLibrarySynchronizedEvent(MediaLibraryEvent event)
void
MediaLibraryListener. librarySynchronized(MediaLibraryEvent event)
Is called whenever the library was synchronized.void
MediaLibraryListener. synchronousSynchronization(MediaLibraryEvent event)
Is called right before the synchronization start. -
Uses of MediaLibraryEvent in com.tagtraum.beatunes.library.filesystem
Methods in com.tagtraum.beatunes.library.filesystem that return MediaLibraryEvent Modifier and Type Method Description MediaLibraryEvent
HibernateFileSystemLibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, boolean full)
-
Uses of MediaLibraryEvent in com.tagtraum.beatunes.library.itunes
Methods in com.tagtraum.beatunes.library.itunes that return MediaLibraryEvent Modifier and Type Method Description MediaLibraryEvent
HibernateITunesLibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, boolean full)
protected MediaLibraryEvent
ITLibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, boolean full)
-
Uses of MediaLibraryEvent in com.tagtraum.beatunes.library.plain
Methods in com.tagtraum.beatunes.library.plain that return MediaLibraryEvent Modifier and Type Method Description protected MediaLibraryEvent
PlainLibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, boolean full)
-