Hey Guys,
I'm writing a sensor for JEdit (a Java text editor,
http://www.jedit.org/) and I have a couple of questions.
First off it seems that JEdit has a pretty good API - I'm able to get
all the SAVE, OPEN, CLOSE, and BUFFER events in real time. But, I'm
a little confused what to do with that information. More
specifically, I know that we have a HACKYSTAT_STATE_CHANGE_INTERVAL
property, but it seems that I don't need to trigger the collection of
this information every 30 seconds. So, should I "filter out" the
state changes so that I have only one (probably the last one) for a
30 second time period? And should that apply to the other events as well?
thanks, Aaron
- [HACKYSTAT-DEV-L] Sensor for JEdit Aaron Kagawa
-