Class ThumbnailFileListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<org.exoplatform.commons.file.model.FileInfo,Object>
org.exoplatform.social.core.listeners.ThumbnailFileListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.services.listener.ListenerBase<org.exoplatform.commons.file.model.FileInfo,Object>
public class ThumbnailFileListener
extends org.exoplatform.services.listener.Listener<org.exoplatform.commons.file.model.FileInfo,Object>
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionThumbnailFileListener(org.exoplatform.social.metadata.thumbnail.ImageThumbnailService imageThumbnailService) -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.services.listener.ListenerBase
getName
-
Constructor Details
-
ThumbnailFileListener
public ThumbnailFileListener(org.exoplatform.social.metadata.thumbnail.ImageThumbnailService imageThumbnailService)
-
-
Method Details