Liferay 7.0-ce-m6

com.liferay.portlet.exportimport.lar
Class ExportImportProcessCallbackRegistryImpl

java.lang.Object
  extended by com.liferay.portlet.exportimport.lar.ExportImportProcessCallbackRegistryImpl
All Implemented Interfaces:
ExportImportProcessCallbackRegistry

public class ExportImportProcessCallbackRegistryImpl
extends Object
implements ExportImportProcessCallbackRegistry


Constructor Summary
ExportImportProcessCallbackRegistryImpl()
           
 
Method Summary
 void registerCallback(Callable<?> callable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportImportProcessCallbackRegistryImpl

public ExportImportProcessCallbackRegistryImpl()
Method Detail

registerCallback

public void registerCallback(Callable<?> callable)
Specified by:
registerCallback in interface ExportImportProcessCallbackRegistry

Liferay 7.0-ce-m6