Class ThreeDBatchGenerationListener
- java.lang.Object
-
- org.nuxeo.ecm.platform.threed.listener.ThreeDBatchGenerationListener
-
- All Implemented Interfaces:
EventListener
public class ThreeDBatchGenerationListener extends Object implements EventListener
Listener batch updating transmission formats and renders if the main Blob has changed.- Since:
- 8.4
-
-
Constructor Summary
Constructors Constructor Description ThreeDBatchGenerationListener()
-
-
-
Constructor Detail
-
ThreeDBatchGenerationListener
public ThreeDBatchGenerationListener()
-
-
Method Detail
-
handleEvent
public void handleEvent(Event event)
Description copied from interface:EventListenerHandle the given event. The listener can cancel the event by callingEvent.cancel()- Specified by:
handleEventin interfaceEventListener- Parameters:
event- the event
-
-