Drag[en]gine Script Module DragonScript  1.23
Dragengine.Gui.ModManagement.MMPanelModManagement.UserEventListener Class Reference

User event listener. More...

Inheritance diagram for Dragengine.Gui.ModManagement.MMPanelModManagement.UserEventListener:
Dragengine.Services.User.DefaultServiceUserListener Dragengine.Services.User.ServiceUserListener

Public Member Functions

UserEventListener new (MMPanelModManagement panel)
 
void onLoginUser (ServiceUser service, Exception exception)
 Logging in user finished. More...
 
void onLogoutUser (ServiceUser service, Exception exception)
 Logging out user finished. More...
 
- Public Member Functions inherited from Dragengine.Services.User.DefaultServiceUserListener
DefaultServiceUserListener new ()
 Create new instance of DefaultServiceUserListener. More...
 
void onGetAuthToken (ServiceUser service, ServiceUserAuthToken token, Exception exception)
 Receive authentification token finished. More...
 
void onGetUserInfo (ServiceUser service, ServiceUserInfo info, Exception exception)
 User information received. More...
 
void onLoadUserResource (ServiceUser service, String url, Object resource, Exception exception)
 Loading resource finished. More...
 
void onReportUser (ServiceUser service, String userId, Exception exception)
 Report user finished. More...
 
void onUserWalletBalance (ServiceUser service, String amount, Exception exception)
 User wallet balance finished. More...
 

Public Attributes

MMPanelModManagement pPanel
 

Detailed Description

User event listener.

Member Function Documentation

◆ new()

UserEventListener Dragengine.Gui.ModManagement.MMPanelModManagement.UserEventListener.new ( MMPanelModManagement  panel)

◆ onLoginUser()

void Dragengine.Gui.ModManagement.MMPanelModManagement.UserEventListener.onLoginUser ( ServiceUser  service,
Exception  exception 
)

Logging in user finished.

Parameters
serviceService sending the event.
exceptionOn success null. On failure contains error information.

Reimplemented from Dragengine.Services.User.DefaultServiceUserListener.

◆ onLogoutUser()

void Dragengine.Gui.ModManagement.MMPanelModManagement.UserEventListener.onLogoutUser ( ServiceUser  service,
Exception  exception 
)

Logging out user finished.

Parameters
serviceService sending the event.
exceptionOn success null. On failure contains error information.

Reimplemented from Dragengine.Services.User.DefaultServiceUserListener.

Member Data Documentation

◆ pPanel

MMPanelModManagement Dragengine.Gui.ModManagement.MMPanelModManagement.UserEventListener.pPanel

The documentation for this class was generated from the following file: