Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.services.event
Interface EventListener

All Known Implementing Classes:
AdministrativeStatusListener, NuxeoSeamFlusher, ReloadListener, RepositoryReloader, RepositoryService, RuntimeListener, ThemeStylingNotifier, URLPolicyServiceCacheFlusher

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.