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 classSynchronizationFailureEventEvent that is sent, when a synchronization process has failed.classSynchronizedEventEvent 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 MediaLibraryEventLibraryLoader. 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 voidMediaLibraryListener. asynchronousSynchronization(MediaLibraryEvent event)Is called right before the synchronization start.protected voidAbstractMediaLibrary. fireLibrarySynchronizedEvent(MediaLibraryEvent event)voidMediaLibraryListener. librarySynchronized(MediaLibraryEvent event)Is called whenever the library was synchronized.voidMediaLibraryListener. 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 MediaLibraryEventHibernateFileSystemLibraryLoader. 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 MediaLibraryEventHibernateITunesLibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, boolean full)protected MediaLibraryEventITLibraryLoader. 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 MediaLibraryEventPlainLibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, boolean full)
-