nbianco1 / facets-loghound

Automatically exported from code.google.com/p/facets-loghound
0 stars 0 forks source link

Observer-listener pattern #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
While working on the API examples for the demo page, I found that there's no 
way for the examples to know that the related functionality in the UI was 
toggled or switched, etc...   This resulted in, for example, the message layout 
API example set to brief when the Log Hound UI is also set to brief.  Changing 
the message layout in the UI does not change the setting in the API example 
select box.

This seems to suggest that it would be nice to have an observer-listener 
pattern for the various actions taken by Log Hound.  This might be getting too 
complicated(go Fighting Complexities!), but it does dovetail nicely with issue 
17 and would provide at least the beginnings of a fully instrumentable (new 
word!) (No. -ed) component.

Original issue reported on code.google.com by ogradyjd@gmail.com on 14 Nov 2010 at 1:32

GoogleCodeExporter commented 8 years ago

Original comment by ogradyjd@gmail.com on 2 May 2012 at 1:41