Uses of Class
es.bsc.dataclay.api.CallbackEvent.EventType
- 
Packages that use CallbackEvent.EventType Package Description es.bsc.dataclay.api API module containing functionalities provided to users.
- 
- 
Uses of CallbackEvent.EventType in es.bsc.dataclay.apiMethods in es.bsc.dataclay.api that return CallbackEvent.EventType Modifier and Type Method Description CallbackEvent.EventTypeCallbackEvent. getType()Get the CallbackEvent::typestatic CallbackEvent.EventTypeCallbackEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static CallbackEvent.EventType[]CallbackEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in es.bsc.dataclay.api with parameters of type CallbackEvent.EventType Modifier and Type Method Description voidCallbackEvent. setType(CallbackEvent.EventType newtype)Set the CallbackEvent::typeConstructors in es.bsc.dataclay.api with parameters of type CallbackEvent.EventType Constructor Description CallbackEvent(String id, CallbackEvent.EventType eventType, Object response, String newclassNameOfMethod, String newOpSignature)Constructor.CallbackEvent(String id, CallbackEvent.EventType eventType, String newMessage)Constructor for results different than SUCCESS.
 
-