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

Search mods listener. More...

Inheritance diagram for Dragengine.Gui.ModManagement.MMPanelModManagement.SearchModsListener:
Dragengine.Services.Mods.DefaultServiceModsListener Dragengine.Services.Mods.ServiceModsListener

Public Member Functions

SearchModsListener new (MMPanelModManagement panel)
 
void onListMods (ServiceMods service, Array mods, Exception exception)
 Listing modifications finished. More...
 
- Public Member Functions inherited from Dragengine.Services.Mods.DefaultServiceModsListener
DefaultServiceModsListener new ()
 Create new instance of DefaultServiceModsListener. More...
 
void onGetModInfo (ServiceMods service, String modId, ServiceModInfo info, Exception exception)
 Retrieve modification information finished. More...
 
void onGetPurchasedMods (ServiceMods service, Array mods, Exception exception)
 Get purchased mods finished. More...
 
void onGetTags (ServiceMods service, Array categories, Exception exception)
 Retrieve tags finished. More...
 
void onLoadModResource (ServiceMods service, String url, Object resource, Exception exception)
 Loading resource finished. More...
 
void onModManagement (ServiceMods service, ServiceMods.ManagementEvent event, String modId, ServiceModProgress progress, Exception exception)
 Mod mamagement event. More...
 
void onPurchaseMod (ServiceMods service, String modId, String price, String walletBalance, Exception exception)
 Purchase mod finished. More...
 
void onReportMod (ServiceMods service, String modId, Exception exception)
 Report modification finished. More...
 
void onRevokeModRating (ServiceMods service, String modId, Exception exception)
 Revoke modification rating finished. More...
 
void onSetModDisabled (ServiceMods service, String modId, bool disabled, Exception exception)
 Set modification disabled finished. More...
 
void onSubmitModRating (ServiceMods service, String modId, Exception exception)
 Submit modification rating finished. More...
 
void onSubscribeMod (ServiceMods service, String modId, Exception exception)
 Subscribe modification finished. More...
 
void onUnsubscribeMod (ServiceMods service, String modId, Exception exception)
 Unsubscribe modification finished. More...
 

Public Attributes

MMPanelModManagement pPanel
 

Detailed Description

Search mods listener.

Member Function Documentation

◆ new()

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

◆ onListMods()

void Dragengine.Gui.ModManagement.MMPanelModManagement.SearchModsListener.onListMods ( ServiceMods  service,
Array  mods,
Exception  exception 
)

Listing modifications finished.

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

Reimplemented from Dragengine.Services.Mods.DefaultServiceModsListener.

Member Data Documentation

◆ pPanel

MMPanelModManagement Dragengine.Gui.ModManagement.MMPanelModManagement.SearchModsListener.pPanel

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