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

Additional Inherited Members

- Public Member Functions inherited from JUtils.BaseEventChannel< long >
void AddListener (Action< T > listener)
 Add a listener to this event channel More...
 
void RemoveListener (Action< T > listener)
 Remove a listener from this event channel More...
 
virtual void InvokeUnsafe (T argument)
 Unsafe version of the EventChannelExtensions.Invoke function. This is directly on the class, but it does not have check if the channel is null or not. More...
 

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