Difference between revisions of "IC Python API:RLPy RIEventListener"

From Reallusion Wiki!
Jump to: navigation, search
m
m
 
Line 5: Line 5:
 
==  Description  ==
 
==  Description  ==
  
This class is a byproduct of the [[IC_Python_API:RLPy_REventHandler|REventHandler]] class, originally intended to provide an interface for registering / unregistering application events.  However, this was later refactored as features under [[IC_Python_API:RLPy_REventHandler|REventHandler]] itself. Rather than creating an object entity every time an event is registered, this class is retained instead. Due to these changes, this class is not recommended for direct usage, and API documentation and details on its internal implementation withheld.
+
This class is a byproduct of the [[IC_Python_API:RLPy_REventHandler|REventHandler]] class, originally intended to provide an interface for registering / unregistering application events.  However, this was later refactored as features under [[IC_Python_API:RLPy_REventHandler|REventHandler]] itself. Rather than creating an object entity every time an event is registered, this class is retained instead. Due to these changes, this class is not recommended for direct usage. Therefore, API documentation and details on its internal implementation will not be revealed.
  
 
<!--
 
<!--

Latest revision as of 03:24, 28 April 2020

Contents

Main article: Modules.
Last modified: 04/28/2020

Description

This class is a byproduct of the REventHandler class, originally intended to provide an interface for registering / unregistering application events. However, this was later refactored as features under REventHandler itself. Rather than creating an object entity every time an event is registered, this class is retained instead. Due to these changes, this class is not recommended for direct usage. Therefore, API documentation and details on its internal implementation will not be revealed.