Uses of Class
es.bsc.dataclay.api.CallbackEvent
-
Packages that use CallbackEvent Package Description es.bsc.dataclay.api API module containing functionalities provided to users.storage Package for Severo Ochoa specific libraries. -
-
Uses of CallbackEvent in es.bsc.dataclay.api
Methods in es.bsc.dataclay.api with parameters of type CallbackEvent Modifier and Type Method Description abstract void
CallbackHandler. eventListener(CallbackEvent e)
Method that will process the callback event.static Object
DataClay. getResult(CallbackEvent callbackEvent)
Processes and retrieves the callback event produced by a task execution. -
Uses of CallbackEvent in storage
Methods in storage with parameters of type CallbackEvent Modifier and Type Method Description static Object
StorageItf. getResult(CallbackEvent callbackEvent)
Processes and retrieves the callback event produced by a task execution.
-