Liferay 7.0-ce-b8 portal-impl

com.liferay.portlet.documentlibrary.messaging
Class PDFProcessorMessageListener

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.BaseMessageListener
      extended by com.liferay.portlet.documentlibrary.messaging.BaseProcessorMessageListener
          extended by com.liferay.portlet.documentlibrary.messaging.PDFProcessorMessageListener
All Implemented Interfaces:
com.liferay.portal.kernel.messaging.MessageListener

public class PDFProcessorMessageListener
extends BaseProcessorMessageListener


Constructor Summary
PDFProcessorMessageListener()
           
 
Method Summary
protected  void generate(com.liferay.portal.kernel.repository.model.FileVersion sourceFileVersion, com.liferay.portal.kernel.repository.model.FileVersion destinationFileVersion)
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.messaging.BaseProcessorMessageListener
doReceive
 
Methods inherited from class com.liferay.portal.kernel.messaging.BaseMessageListener
receive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFProcessorMessageListener

public PDFProcessorMessageListener()
Method Detail

generate

protected void generate(com.liferay.portal.kernel.repository.model.FileVersion sourceFileVersion,
                        com.liferay.portal.kernel.repository.model.FileVersion destinationFileVersion)
                 throws Exception
Specified by:
generate in class BaseProcessorMessageListener
Throws:
Exception

Liferay 7.0-ce-b8 portal-impl