Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Tracking Docshare usage

Title: Tracking Docshare usage
Hi,

I am about to roll out the shared editing in my company but one thing is holding it up right now from going out, and that is being able to track the usage.  I don’t know if this is something that you would be interested in tracking via the epp usage data collection or not.  
    http://www.eclipse.org/org/usagedata/results.php?kind=command&sort=element

I noticed that just listening for the command to be executed is not the best way since it does not mean that it is necessarily the Doc share functionality.  So my next thought was to add a listener to DocShare.java, the IChannelListener looks like it would do the trick but only one is allowed and it is already set.  So it would mean create my own listener and patch the DocShare class to fire an event when localStartShare or localStopShare is fired.  I want to contribute this as a patch but I want to know that this is is something that could be accepted?  Do you have something different in mind?

Thanks,
Dennis

Back to the top