summaryrefslogtreecommitdiff
path: root/indra/newview/lluilistener.cpp
AgeCommit message (Collapse)Author
2009-08-19Introduce LLUIListener, a new event API that doesn't directly correspond toNat Goodspeed
any existing C++ class. It calls named functions registered in the LLUICtrl:: CommitCallbackRegistry, thus supporting event-level access to any function you can specify with XUI's function= parameter=.