Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.event.compat
Class CompatibilityListener

java.lang.Object
  extended by org.nuxeo.ecm.core.event.compat.CompatibilityListener
All Implemented Interfaces:
EventListener

public class CompatibilityListener
extends java.lang.Object
implements EventListener

Author:
Bogdan Stefanescu

Constructor Summary
CompatibilityListener()
           
 
Method Summary
 CoreEventListenerService getEventService()
           
 void handleEvent(Event event)
          Handle the given event.
static CoreEvent toCoreEvent(Event event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompatibilityListener

public CompatibilityListener()
Method Detail

getEventService

public CoreEventListenerService getEventService()

toCoreEvent

public static CoreEvent toCoreEvent(Event event)

handleEvent

public void handleEvent(Event event)
                 throws ClientException
Description copied from interface: EventListener
Handle the given event. The listener can cancel the event by calling Event.cancel()

Specified by:
handleEvent in interface EventListener
Parameters:
event - the event
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.