public interface EOS_Connect_OnCreateUserCallback
extends com.sun.jna.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
run(EOS_Connect_CreateUserCallbackInfo data)
Function prototype definition for callbacks passed to EOS_Connect_CreateUser.
|
void run(EOS_Connect_CreateUserCallbackInfo data) throws EOSException
data - A EOS_Connect_CreateUserCallbackInfo containing the output information and result.EOSException - when an error occurs during callback processing.