JUtils
A unity utilities library
JUtils.EventListener Class Reference
Inheritance diagram for JUtils.EventListener:
Collaboration diagram for JUtils.EventListener:

Public Member Functions

void AddListener (Action listener)
 
void RemoveListener (Action listener)
 
- Public Member Functions inherited from JUtils.BaseEventListener< EventChannel, EventChannel.Empty >
void AddListener (Action< TArgument > listener)
 Add a listener to the internal eventListener of this class More...
 
void RemoveListener (Action< TArgument > listener)
 Remove a listener to the internal eventListener of this class More...
 

Member Function Documentation

◆ AddListener()

void JUtils.EventListener.AddListener ( Action  listener)
inline

◆ RemoveListener()

void JUtils.EventListener.RemoveListener ( Action  listener)
inline

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