Skip to content
Snippets Groups Projects
Commit 8bb8d7e5 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-11216: Introduce generic LLStoreListener<T> to capture event data.

LLStoreListener is an adapter initialized with a reference to an LLEventPump
on which to listen, a reference to a variable into which to store received
data, and an optional llsd::drill() path to extract desired data from each
event received on the subject LLEventPump.

In effect, LLStoreListener is like a miniature LLEventAPI whose only operation
is to store to its destination variable.
parent a2379d68
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment