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