Package org.nuxeo.runtime.services.event
Interface EventCallback
-
public interface EventCallback
Used to pass execution status for asynchronous events.- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
canceled(Event event)
void
done(Event event)
void
error(Event event)
-