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