Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.services.event
Interface EventListener

All Known Implementing Classes:
AdministrativeStatusListener, JaasCacheFlusher, RepositoryReloader, RepositoryService, RuntimeListener

public interface EventListener

Author:
Bogdan Stefanescu

Method Summary
 boolean aboutToHandleEvent(Event event)
          Notified about an event about to be processed.
 void handleEvent(Event event)
          An event was received.
 

Method Detail

aboutToHandleEvent

boolean aboutToHandleEvent(Event event)
Notified about an event about to be processed. Returns false to cancel the event.

Parameters:
event - the event
Returns:
false to cancel the event or true otherwise

handleEvent

void handleEvent(Event event)
An event was received.

Parameters:
event -

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.